Shades of Summer Sky #359BCD
Tints of Summer Sky #359BCD
RGB
CMYK
RGB Variations
Color information
#359BCD (or 0x359BCD) is known color: Summer Sky. HEX triplet: 35, 9B and CD. RGB value is (53,155,205). Sum of RGB (Red+Green+Blue) = 53+155+205=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #359BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BCD is #CA6432. Grayscale: #818181. Windows color (decimal): -13263923 or 13474613. OLE color: 13474613.
HSL color Cylindrical-coordinate representation of color #359BCD: hue angle of 199.74º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359BCD is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 155 | 205 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.20 |
| HSL | 199.74º | 0.6% | 0.51% | - |
| HSV(B) | 199.74º | 0.74% | 0.8% | - |
| XYZ | 24.21 | 28.61 | 62 | - |
| YUV | 130.2 | 170.21 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 205 | 0.74 | 0.24 | 0 | 0.20 | 199.74 | 0.6 | 0.51 |
| Hex | 35 | 9B | CD | 4A | 18 | 0 | 14 | C8 | 3C | 33 |
| Octal | 65 | 233 | 315 | 112 | 30 | 0 | 24 | 310 | 74 | 63 |
| Binary | 110101 | 10011011 | 11001101 | 1001010 | 11000 | 0 | 10100 | 11001000 | 111100 | 110011 |
Color Harmonies of #359BCD
Complementary color
Monochromatic Colors of #359BCD
Black with #359BCD
Text Example
Text Example
White with #359BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BCD; }
p { color: rgb(53,155,205); }
H1.HeaderClassName
{
color: #359BCD;
}
.AnyTagClassName
{
color: #359BCD;
}
</style>
background-color css
<style>
a { background-color: #359BCD; }
a { background-color: rgb(53,155,205); }
div.DivClassName
{
background-color: #359BCD;
}
.BgClassName
{
background-color: #359BCD;
}
</style>
border-color css
<style>
span { border-color: #359BCD; }
span { border-color: rgb(53,155,205); }
td.TdClassName
{
border-color: #359BCD;
}
.TagClassName
{
border-color: #359BCD;
}
</style>