Shades of Summer Sky #3399D8
Tints of Summer Sky #3399D8
RGB
CMYK
RGB Variations
Color information
#3399D8 (or 0x3399D8) is known color: Summer Sky. HEX triplet: 33, 99 and D8. RGB value is (51,153,216). Sum of RGB (Red+Green+Blue) = 51+153+216=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #3399D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3399D8 is #CC6627. Grayscale: #818181. Windows color (decimal): -13395496 or 14194995. OLE color: 14194995.
HSL color Cylindrical-coordinate representation of color #3399D8: hue angle of 202.91º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3399D8 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 153 | 216 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.15 |
| HSL | 202.91º | 0.68% | 0.52% | - |
| HSV(B) | 202.91º | 0.76% | 0.85% | - |
| XYZ | 25.15 | 28.44 | 69.13 | - |
| YUV | 129.68 | 176.71 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 216 | 0.76 | 0.29 | 0 | 0.15 | 202.91 | 0.68 | 0.52 |
| Hex | 33 | 99 | D8 | 4C | 1D | 0 | F | CB | 44 | 34 |
| Octal | 63 | 231 | 330 | 114 | 35 | 0 | 17 | 313 | 104 | 64 |
| Binary | 110011 | 10011001 | 11011000 | 1001100 | 11101 | 0 | 1111 | 11001011 | 1000100 | 110100 |
Color Harmonies of #3399D8
Complementary color
Monochromatic Colors of #3399D8
Black with #3399D8
Text Example
Text Example
White with #3399D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3399D8; }
p { color: rgb(51,153,216); }
H1.HeaderClassName
{
color: #3399D8;
}
.AnyTagClassName
{
color: #3399D8;
}
</style>
background-color css
<style>
a { background-color: #3399D8; }
a { background-color: rgb(51,153,216); }
div.DivClassName
{
background-color: #3399D8;
}
.BgClassName
{
background-color: #3399D8;
}
</style>
border-color css
<style>
span { border-color: #3399D8; }
span { border-color: rgb(51,153,216); }
td.TdClassName
{
border-color: #3399D8;
}
.TagClassName
{
border-color: #3399D8;
}
</style>