Shades of Summer Sky #359CCE
Tints of Summer Sky #359CCE
RGB
CMYK
RGB Variations
Color information
#359CCE (or 0x359CCE) is known color: Summer Sky. HEX triplet: 35, 9C and CE. RGB value is (53,156,206). Sum of RGB (Red+Green+Blue) = 53+156+206=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #359CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CCE is #CA6331. Grayscale: #828282. Windows color (decimal): -13263666 or 13540405. OLE color: 13540405.
HSL color Cylindrical-coordinate representation of color #359CCE: hue angle of 199.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359CCE is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 156 | 206 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.19 |
| HSL | 199.61º | 0.61% | 0.51% | - |
| HSV(B) | 199.61º | 0.74% | 0.81% | - |
| XYZ | 24.5 | 28.99 | 62.7 | - |
| YUV | 130.9 | 170.38 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 206 | 0.74 | 0.24 | 0 | 0.19 | 199.61 | 0.61 | 0.51 |
| Hex | 35 | 9C | CE | 4A | 18 | 0 | 13 | C8 | 3D | 33 |
| Octal | 65 | 234 | 316 | 112 | 30 | 0 | 23 | 310 | 75 | 63 |
| Binary | 110101 | 10011100 | 11001110 | 1001010 | 11000 | 0 | 10011 | 11001000 | 111101 | 110011 |
Color Harmonies of #359CCE
Complementary color
Monochromatic Colors of #359CCE
Black with #359CCE
Text Example
Text Example
White with #359CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CCE; }
p { color: rgb(53,156,206); }
H1.HeaderClassName
{
color: #359CCE;
}
.AnyTagClassName
{
color: #359CCE;
}
</style>
background-color css
<style>
a { background-color: #359CCE; }
a { background-color: rgb(53,156,206); }
div.DivClassName
{
background-color: #359CCE;
}
.BgClassName
{
background-color: #359CCE;
}
</style>
border-color css
<style>
span { border-color: #359CCE; }
span { border-color: rgb(53,156,206); }
td.TdClassName
{
border-color: #359CCE;
}
.TagClassName
{
border-color: #359CCE;
}
</style>