Shades of Pelorous #359EC0
Tints of Pelorous #359EC0
RGB
CMYK
RGB Variations
Color information
#359EC0 (or 0x359EC0) is known color: Pelorous. HEX triplet: 35, 9E and C0. RGB value is (53,158,192). Sum of RGB (Red+Green+Blue) = 53+158+192=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #359EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359EC0 is #CA613F. Grayscale: #828282. Windows color (decimal): -13263168 or 12623413. OLE color: 12623413.
HSL color Cylindrical-coordinate representation of color #359EC0: hue angle of 194.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #359EC0 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 158 | 192 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.25 |
| HSL | 194.68º | 0.57% | 0.48% | - |
| HSV(B) | 194.68º | 0.72% | 0.75% | - |
| XYZ | 23.21 | 29.02 | 54.25 | - |
| YUV | 130.48 | 162.71 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 192 | 0.72 | 0.18 | 0 | 0.25 | 194.68 | 0.57 | 0.48 |
| Hex | 35 | 9E | C0 | 48 | 12 | 0 | 19 | C3 | 39 | 30 |
| Octal | 65 | 236 | 300 | 110 | 22 | 0 | 31 | 303 | 71 | 60 |
| Binary | 110101 | 10011110 | 11000000 | 1001000 | 10010 | 0 | 11001 | 11000011 | 111001 | 110000 |
Color Harmonies of #359EC0
Complementary color
Monochromatic Colors of #359EC0
Black with #359EC0
Text Example
Text Example
White with #359EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359EC0; }
p { color: rgb(53,158,192); }
H1.HeaderClassName
{
color: #359EC0;
}
.AnyTagClassName
{
color: #359EC0;
}
</style>
background-color css
<style>
a { background-color: #359EC0; }
a { background-color: rgb(53,158,192); }
div.DivClassName
{
background-color: #359EC0;
}
.BgClassName
{
background-color: #359EC0;
}
</style>
border-color css
<style>
span { border-color: #359EC0; }
span { border-color: rgb(53,158,192); }
td.TdClassName
{
border-color: #359EC0;
}
.TagClassName
{
border-color: #359EC0;
}
</style>