#3386AE

Color #3386AE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3386AE

Tints of Curious Blue #3386AE

Color information

#3386AE (or 0x3386AE) is unknown color: approx Curious Blue. HEX triplet: 33, 86 and AE. RGB value is (51,134,174). Sum of RGB (Red+Green+Blue) = 51+134+174=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #3386AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3386AE is #CC7951. Grayscale: #717171. Windows color (decimal): -13400402 or 11437619. OLE color: 11437619.

HSL color Cylindrical-coordinate representation of color #3386AE: hue angle of 199.51º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3386AE is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51134174-
CMYK0.710.2300.32
HSL199.51º54.67%44.12%-
HSV(B)199.51º70.69%68.24%-
XYZ17.5320.8143.14-
YUV113.7416283.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 14.21%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=14.21%
G=37.33%
B=48.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511341740.710.2300.32199.5154.6744.12
Hex3386AE4717020c8372c
Octal63206256107270403106754
Binary1100111000011010101110100011110111010000011001000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3386AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3386AE; }

 p { color: rgb(51,134,174); }

 H1.HeaderClassName
 {
   color: #3386AE;
 }
 .AnyTagClassName
 {
   color: #3386AE;
 }
</style>
background-color css

<style>
 a { background-color: #3386AE; }

 a { background-color: rgb(51,134,174); }

 div.DivClassName
 {
   background-color: #3386AE;
 }
 .BgClassName
 {
   background-color: #3386AE;
 }
</style>
border-color css

<style>
 span { border-color: #3386AE; }

 span { border-color: rgb(51,134,174); }

 td.TdClassName
 {
   border-color: #3386AE;
 }
 .TagClassName
 {
   border-color: #3386AE;
 }
</style>