Shades of Summer Sky #359DCC
Tints of Summer Sky #359DCC
RGB
CMYK
RGB Variations
Color information
#359DCC (or 0x359DCC) is known color: Summer Sky. HEX triplet: 35, 9D and CC. RGB value is (53,157,204). Sum of RGB (Red+Green+Blue) = 53+157+204=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #359DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DCC is #CA6233. Grayscale: #828282. Windows color (decimal): -13263412 or 13409589. OLE color: 13409589.
HSL color Cylindrical-coordinate representation of color #359DCC: hue angle of 198.68º 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 #359DCC is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 157 | 204 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.2 |
| HSL | 198.68º | 0.6% | 0.5% | - |
| HSV(B) | 198.68º | 0.74% | 0.8% | - |
| XYZ | 24.42 | 29.23 | 61.48 | - |
| YUV | 131.26 | 169.04 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 204 | 0.74 | 0.23 | 0 | 0.2 | 198.68 | 0.6 | 0.5 |
| Hex | 35 | 9D | CC | 4A | 17 | 0 | 14 | C7 | 3C | 32 |
| Octal | 65 | 235 | 314 | 112 | 27 | 0 | 24 | 307 | 74 | 62 |
| Binary | 110101 | 10011101 | 11001100 | 1001010 | 10111 | 0 | 10100 | 11000111 | 111100 | 110010 |
Color Harmonies of #359DCC
Complementary color
Monochromatic Colors of #359DCC
Black with #359DCC
Text Example
Text Example
White with #359DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DCC; }
p { color: rgb(53,157,204); }
H1.HeaderClassName
{
color: #359DCC;
}
.AnyTagClassName
{
color: #359DCC;
}
</style>
background-color css
<style>
a { background-color: #359DCC; }
a { background-color: rgb(53,157,204); }
div.DivClassName
{
background-color: #359DCC;
}
.BgClassName
{
background-color: #359DCC;
}
</style>
border-color css
<style>
span { border-color: #359DCC; }
span { border-color: rgb(53,157,204); }
td.TdClassName
{
border-color: #359DCC;
}
.TagClassName
{
border-color: #359DCC;
}
</style>