Shades of Summer Sky #3399CC
Tints of Summer Sky #3399CC
RGB
CMYK
RGB Variations
Color information
#3399CC (or 0x3399CC) is known color: Summer Sky. HEX triplet: 33, 99 and CC. RGB value is (51,153,204). Sum of RGB (Red+Green+Blue) = 51+153+204=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #3399CC is a web safe color. Inversed color of #3399CC is #CC6633. Grayscale: #808080. Windows color (decimal): -13395508 or 13408563. OLE color: 13408563.
HSL color Cylindrical-coordinate representation of color #3399CC: hue angle of 200º 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 #3399CC is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 51 | 153 | 204 | - |
CMYK | 0.75 | 0.25 | 0 | 0.2 |
HSL | 200º | 0.6% | 0.5% | - |
HSV(B) | 200º | 0.75% | 0.8% | - |
XYZ | 23.66 | 27.85 | 61.25 | - |
YUV | 128.32 | 170.71 | 72.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 153 | 204 | 0.75 | 0.25 | 0 | 0.2 | 200 | 0.6 | 0.5 |
Hex | 33 | 99 | CC | 4B | 19 | 0 | 14 | C8 | 3C | 32 |
Octal | 63 | 231 | 314 | 113 | 31 | 0 | 24 | 310 | 74 | 62 |
Binary | 110011 | 10011001 | 11001100 | 1001011 | 11001 | 0 | 10100 | 11001000 | 111100 | 110010 |
Color Harmonies of #3399CC
Complementary color
Monochromatic Colors of #3399CC
Black with #3399CC
Text Example
Text Example
White with #3399CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3399CC; }
p { color: rgb(51,153,204); }
H1.HeaderClassName
{
color: #3399CC;
}
.AnyTagClassName
{
color: #3399CC;
}
</style>
background-color css
<style>
a { background-color: #3399CC; }
a { background-color: rgb(51,153,204); }
div.DivClassName
{
background-color: #3399CC;
}
.BgClassName
{
background-color: #3399CC;
}
</style>
border-color css
<style>
span { border-color: #3399CC; }
span { border-color: rgb(51,153,204); }
td.TdClassName
{
border-color: #3399CC;
}
.TagClassName
{
border-color: #3399CC;
}
</style>