Shades of Summer Sky #359BCC
Tints of Summer Sky #359BCC
RGB
CMYK
RGB Variations
Color information
#359BCC (or 0x359BCC) is known color: Summer Sky. HEX triplet: 35, 9B and CC. RGB value is (53,155,204). Sum of RGB (Red+Green+Blue) = 53+155+204=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #359BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BCC is #CA6433. Grayscale: #818181. Windows color (decimal): -13263924 or 13409077. OLE color: 13409077.
HSL color Cylindrical-coordinate representation of color #359BCC: hue angle of 199.47º 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 #359BCC is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 155 | 204 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.2 |
| HSL | 199.47º | 0.6% | 0.5% | - |
| HSV(B) | 199.47º | 0.74% | 0.8% | - |
| XYZ | 24.09 | 28.56 | 61.37 | - |
| YUV | 130.09 | 169.71 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 204 | 0.74 | 0.24 | 0 | 0.2 | 199.47 | 0.6 | 0.5 |
| Hex | 35 | 9B | CC | 4A | 18 | 0 | 14 | C7 | 3C | 32 |
| Octal | 65 | 233 | 314 | 112 | 30 | 0 | 24 | 307 | 74 | 62 |
| Binary | 110101 | 10011011 | 11001100 | 1001010 | 11000 | 0 | 10100 | 11000111 | 111100 | 110010 |
Color Harmonies of #359BCC
Complementary color
Monochromatic Colors of #359BCC
Black with #359BCC
Text Example
Text Example
White with #359BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BCC; }
p { color: rgb(53,155,204); }
H1.HeaderClassName
{
color: #359BCC;
}
.AnyTagClassName
{
color: #359BCC;
}
</style>
background-color css
<style>
a { background-color: #359BCC; }
a { background-color: rgb(53,155,204); }
div.DivClassName
{
background-color: #359BCC;
}
.BgClassName
{
background-color: #359BCC;
}
</style>
border-color css
<style>
span { border-color: #359BCC; }
span { border-color: rgb(53,155,204); }
td.TdClassName
{
border-color: #359BCC;
}
.TagClassName
{
border-color: #359BCC;
}
</style>