#3396CC

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

Shades of Curious Blue #3396CC

Tints of Curious Blue #3396CC

Color information

#3396CC (or 0x3396CC) is unknown color: approx Curious Blue. HEX triplet: 33, 96 and CC. RGB value is (51,150,204). Sum of RGB (Red+Green+Blue) = 51+150+204=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #3396CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3396CC is #CC6933. Grayscale: #7E7E7E. Windows color (decimal): -13396276 or 13407795. OLE color: 13407795.

HSL color Cylindrical-coordinate representation of color #3396CC: hue angle of 201.18º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3396CC is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51150204-
CMYK0.750.2600.2
HSL201.18º60%50%-
HSV(B)201.18º75%80%-
XYZ23.1726.8861.09-
YUV126.56171.774.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.59%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=12.59%
G=37.04%
B=50.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511502040.750.2600.2201.186050
Hex3396CC4B1A014c93c32
Octal63226314113320243117462
Binary110011100101101100110010010111101001010011001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3396CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3396CC; }

 p { color: rgb(51,150,204); }

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

<style>
 a { background-color: #3396CC; }

 a { background-color: rgb(51,150,204); }

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

<style>
 span { border-color: #3396CC; }

 span { border-color: rgb(51,150,204); }

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