Shades of Summer Sky #359CCA
Tints of Summer Sky #359CCA
RGB
CMYK
RGB Variations
Color information
#359CCA (or 0x359CCA) is known color: Summer Sky. HEX triplet: 35, 9C and CA. RGB value is (53,156,202). Sum of RGB (Red+Green+Blue) = 53+156+202=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #359CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CCA is #CA6335. Grayscale: #828282. Windows color (decimal): -13263670 or 13278261. OLE color: 13278261.
HSL color Cylindrical-coordinate representation of color #359CCA: hue angle of 198.52º 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 #359CCA is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 156 | 202 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.21 |
| HSL | 198.52º | 0.58% | 0.5% | - |
| HSV(B) | 198.52º | 0.74% | 0.79% | - |
| XYZ | 24.02 | 28.8 | 60.17 | - |
| YUV | 130.45 | 168.38 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 202 | 0.74 | 0.23 | 0 | 0.21 | 198.52 | 0.58 | 0.5 |
| Hex | 35 | 9C | CA | 4A | 17 | 0 | 15 | C7 | 3A | 32 |
| Octal | 65 | 234 | 312 | 112 | 27 | 0 | 25 | 307 | 72 | 62 |
| Binary | 110101 | 10011100 | 11001010 | 1001010 | 10111 | 0 | 10101 | 11000111 | 111010 | 110010 |
Color Harmonies of #359CCA
Complementary color
Monochromatic Colors of #359CCA
Black with #359CCA
Text Example
Text Example
White with #359CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CCA; }
p { color: rgb(53,156,202); }
H1.HeaderClassName
{
color: #359CCA;
}
.AnyTagClassName
{
color: #359CCA;
}
</style>
background-color css
<style>
a { background-color: #359CCA; }
a { background-color: rgb(53,156,202); }
div.DivClassName
{
background-color: #359CCA;
}
.BgClassName
{
background-color: #359CCA;
}
</style>
border-color css
<style>
span { border-color: #359CCA; }
span { border-color: rgb(53,156,202); }
td.TdClassName
{
border-color: #359CCA;
}
.TagClassName
{
border-color: #359CCA;
}
</style>