Shades of Summer Sky #359CCC
Tints of Summer Sky #359CCC
RGB
CMYK
RGB Variations
Color information
#359CCC (or 0x359CCC) is known color: Summer Sky. HEX triplet: 35, 9C and CC. RGB value is (53,156,204). Sum of RGB (Red+Green+Blue) = 53+156+204=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #359CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CCC is #CA6333. Grayscale: #828282. Windows color (decimal): -13263668 or 13409333. OLE color: 13409333.
HSL color Cylindrical-coordinate representation of color #359CCC: hue angle of 199.07º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359CCC is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 156 | 204 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.2 |
| HSL | 199.07º | 0.6% | 0.5% | - |
| HSV(B) | 199.07º | 0.74% | 0.8% | - |
| XYZ | 24.26 | 28.89 | 61.43 | - |
| YUV | 130.68 | 169.38 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 204 | 0.74 | 0.24 | 0 | 0.2 | 199.07 | 0.6 | 0.5 |
| Hex | 35 | 9C | CC | 4A | 18 | 0 | 14 | C7 | 3C | 32 |
| Octal | 65 | 234 | 314 | 112 | 30 | 0 | 24 | 307 | 74 | 62 |
| Binary | 110101 | 10011100 | 11001100 | 1001010 | 11000 | 0 | 10100 | 11000111 | 111100 | 110010 |
Color Harmonies of #359CCC
Complementary color
Monochromatic Colors of #359CCC
Black with #359CCC
Text Example
Text Example
White with #359CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CCC; }
p { color: rgb(53,156,204); }
H1.HeaderClassName
{
color: #359CCC;
}
.AnyTagClassName
{
color: #359CCC;
}
</style>
background-color css
<style>
a { background-color: #359CCC; }
a { background-color: rgb(53,156,204); }
div.DivClassName
{
background-color: #359CCC;
}
.BgClassName
{
background-color: #359CCC;
}
</style>
border-color css
<style>
span { border-color: #359CCC; }
span { border-color: rgb(53,156,204); }
td.TdClassName
{
border-color: #359CCC;
}
.TagClassName
{
border-color: #359CCC;
}
</style>