Shades of Summer Sky #359AD3
Tints of Summer Sky #359AD3
RGB
CMYK
RGB Variations
Color information
#359AD3 (or 0x359AD3) is known color: Summer Sky. HEX triplet: 35, 9A and D3. RGB value is (53,154,211). Sum of RGB (Red+Green+Blue) = 53+154+211=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #359AD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359AD3 is #CA652C. Grayscale: #818181. Windows color (decimal): -13264173 or 13867573. OLE color: 13867573.
HSL color Cylindrical-coordinate representation of color #359AD3: hue angle of 201.65º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #359AD3 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 154 | 211 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.17 |
| HSL | 201.65º | 0.64% | 0.52% | - |
| HSV(B) | 201.65º | 0.75% | 0.83% | - |
| XYZ | 24.78 | 28.57 | 65.84 | - |
| YUV | 130.3 | 173.54 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 211 | 0.75 | 0.27 | 0 | 0.17 | 201.65 | 0.64 | 0.52 |
| Hex | 35 | 9A | D3 | 4B | 1B | 0 | 11 | CA | 40 | 34 |
| Octal | 65 | 232 | 323 | 113 | 33 | 0 | 21 | 312 | 100 | 64 |
| Binary | 110101 | 10011010 | 11010011 | 1001011 | 11011 | 0 | 10001 | 11001010 | 1000000 | 110100 |
Color Harmonies of #359AD3
Complementary color
Monochromatic Colors of #359AD3
Black with #359AD3
Text Example
Text Example
White with #359AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359AD3; }
p { color: rgb(53,154,211); }
H1.HeaderClassName
{
color: #359AD3;
}
.AnyTagClassName
{
color: #359AD3;
}
</style>
background-color css
<style>
a { background-color: #359AD3; }
a { background-color: rgb(53,154,211); }
div.DivClassName
{
background-color: #359AD3;
}
.BgClassName
{
background-color: #359AD3;
}
</style>
border-color css
<style>
span { border-color: #359AD3; }
span { border-color: rgb(53,154,211); }
td.TdClassName
{
border-color: #359AD3;
}
.TagClassName
{
border-color: #359AD3;
}
</style>