Shades of Summer Sky #359BC9
Tints of Summer Sky #359BC9
RGB
CMYK
RGB Variations
Color information
#359BC9 (or 0x359BC9) is known color: Summer Sky. HEX triplet: 35, 9B and C9. RGB value is (53,155,201). Sum of RGB (Red+Green+Blue) = 53+155+201=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #359BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BC9 is #CA6436. Grayscale: #818181. Windows color (decimal): -13263927 or 13212469. OLE color: 13212469.
HSL color Cylindrical-coordinate representation of color #359BC9: hue angle of 198.65º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359BC9 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 155 | 201 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.21 |
| HSL | 198.65º | 0.58% | 0.5% | - |
| HSV(B) | 198.65º | 0.74% | 0.79% | - |
| XYZ | 23.73 | 28.42 | 59.49 | - |
| YUV | 129.75 | 168.21 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 201 | 0.74 | 0.23 | 0 | 0.21 | 198.65 | 0.58 | 0.5 |
| Hex | 35 | 9B | C9 | 4A | 17 | 0 | 15 | C7 | 3A | 32 |
| Octal | 65 | 233 | 311 | 112 | 27 | 0 | 25 | 307 | 72 | 62 |
| Binary | 110101 | 10011011 | 11001001 | 1001010 | 10111 | 0 | 10101 | 11000111 | 111010 | 110010 |
Color Harmonies of #359BC9
Complementary color
Monochromatic Colors of #359BC9
Black with #359BC9
Text Example
Text Example
White with #359BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BC9; }
p { color: rgb(53,155,201); }
H1.HeaderClassName
{
color: #359BC9;
}
.AnyTagClassName
{
color: #359BC9;
}
</style>
background-color css
<style>
a { background-color: #359BC9; }
a { background-color: rgb(53,155,201); }
div.DivClassName
{
background-color: #359BC9;
}
.BgClassName
{
background-color: #359BC9;
}
</style>
border-color css
<style>
span { border-color: #359BC9; }
span { border-color: rgb(53,155,201); }
td.TdClassName
{
border-color: #359BC9;
}
.TagClassName
{
border-color: #359BC9;
}
</style>