Shades of Summer Sky #3299CC
Tints of Summer Sky #3299CC
RGB
CMYK
RGB Variations
Color information
#3299CC (or 0x3299CC) is known color: Summer Sky. HEX triplet: 32, 99 and CC. RGB value is (50,153,204). Sum of RGB (Red+Green+Blue) = 50+153+204=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #3299CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3299CC is #CD6633. Grayscale: #7F7F7F. Windows color (decimal): -13461044 or 13408562. OLE color: 13408562.
HSL color Cylindrical-coordinate representation of color #3299CC: hue angle of 199.87º degrees, saturation: 0.61, 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 #3299CC is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 153 | 204 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.2 |
| HSL | 199.87º | 0.61% | 0.5% | - |
| HSV(B) | 199.87º | 0.75% | 0.8% | - |
| XYZ | 23.61 | 27.82 | 61.25 | - |
| YUV | 128.02 | 170.88 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 204 | 0.75 | 0.25 | 0 | 0.2 | 199.87 | 0.61 | 0.5 |
| Hex | 32 | 99 | CC | 4B | 19 | 0 | 14 | C8 | 3D | 32 |
| Octal | 62 | 231 | 314 | 113 | 31 | 0 | 24 | 310 | 75 | 62 |
| Binary | 110010 | 10011001 | 11001100 | 1001011 | 11001 | 0 | 10100 | 11001000 | 111101 | 110010 |
Color Harmonies of #3299CC
Complementary color
Monochromatic Colors of #3299CC
Black with #3299CC
Text Example
Text Example
White with #3299CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3299CC; }
p { color: rgb(50,153,204); }
H1.HeaderClassName
{
color: #3299CC;
}
.AnyTagClassName
{
color: #3299CC;
}
</style>
background-color css
<style>
a { background-color: #3299CC; }
a { background-color: rgb(50,153,204); }
div.DivClassName
{
background-color: #3299CC;
}
.BgClassName
{
background-color: #3299CC;
}
</style>
border-color css
<style>
span { border-color: #3299CC; }
span { border-color: rgb(50,153,204); }
td.TdClassName
{
border-color: #3299CC;
}
.TagClassName
{
border-color: #3299CC;
}
</style>