Shades of Summer Sky #359CCB
Tints of Summer Sky #359CCB
RGB
CMYK
RGB Variations
Color information
#359CCB (or 0x359CCB) is known color: Summer Sky. HEX triplet: 35, 9C and CB. RGB value is (53,156,203). Sum of RGB (Red+Green+Blue) = 53+156+203=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #359CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CCB is #CA6334. Grayscale: #828282. Windows color (decimal): -13263669 or 13343797. OLE color: 13343797.
HSL color Cylindrical-coordinate representation of color #359CCB: hue angle of 198.8º degrees, saturation: 0.59, 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 #359CCB is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 156 | 203 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.20 |
| HSL | 198.8º | 0.59% | 0.5% | - |
| HSV(B) | 198.8º | 0.74% | 0.8% | - |
| XYZ | 24.14 | 28.85 | 60.8 | - |
| YUV | 130.56 | 168.88 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 203 | 0.74 | 0.23 | 0 | 0.20 | 198.8 | 0.59 | 0.5 |
| Hex | 35 | 9C | CB | 4A | 17 | 0 | 14 | C7 | 3B | 32 |
| Octal | 65 | 234 | 313 | 112 | 27 | 0 | 24 | 307 | 73 | 62 |
| Binary | 110101 | 10011100 | 11001011 | 1001010 | 10111 | 0 | 10100 | 11000111 | 111011 | 110010 |
Color Harmonies of #359CCB
Complementary color
Monochromatic Colors of #359CCB
Black with #359CCB
Text Example
Text Example
White with #359CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CCB; }
p { color: rgb(53,156,203); }
H1.HeaderClassName
{
color: #359CCB;
}
.AnyTagClassName
{
color: #359CCB;
}
</style>
background-color css
<style>
a { background-color: #359CCB; }
a { background-color: rgb(53,156,203); }
div.DivClassName
{
background-color: #359CCB;
}
.BgClassName
{
background-color: #359CCB;
}
</style>
border-color css
<style>
span { border-color: #359CCB; }
span { border-color: rgb(53,156,203); }
td.TdClassName
{
border-color: #359CCB;
}
.TagClassName
{
border-color: #359CCB;
}
</style>