Shades of Pelorous #359DC2
Tints of Pelorous #359DC2
RGB
CMYK
RGB Variations
Color information
#359DC2 (or 0x359DC2) is known color: Pelorous. HEX triplet: 35, 9D and C2. RGB value is (53,157,194). Sum of RGB (Red+Green+Blue) = 53+157+194=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #359DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DC2 is #CA623D. Grayscale: #818181. Windows color (decimal): -13263422 or 12754229. OLE color: 12754229.
HSL color Cylindrical-coordinate representation of color #359DC2: hue angle of 195.74º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #359DC2 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 157 | 194 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.24 |
| HSL | 195.74º | 0.57% | 0.48% | - |
| HSV(B) | 195.74º | 0.73% | 0.76% | - |
| XYZ | 23.26 | 28.77 | 55.37 | - |
| YUV | 130.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 194 | 0.73 | 0.19 | 0 | 0.24 | 195.74 | 0.57 | 0.48 |
| Hex | 35 | 9D | C2 | 49 | 13 | 0 | 18 | C4 | 39 | 30 |
| Octal | 65 | 235 | 302 | 111 | 23 | 0 | 30 | 304 | 71 | 60 |
| Binary | 110101 | 10011101 | 11000010 | 1001001 | 10011 | 0 | 11000 | 11000100 | 111001 | 110000 |
Color Harmonies of #359DC2
Complementary color
Monochromatic Colors of #359DC2
Black with #359DC2
Text Example
Text Example
White with #359DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DC2; }
p { color: rgb(53,157,194); }
H1.HeaderClassName
{
color: #359DC2;
}
.AnyTagClassName
{
color: #359DC2;
}
</style>
background-color css
<style>
a { background-color: #359DC2; }
a { background-color: rgb(53,157,194); }
div.DivClassName
{
background-color: #359DC2;
}
.BgClassName
{
background-color: #359DC2;
}
</style>
border-color css
<style>
span { border-color: #359DC2; }
span { border-color: rgb(53,157,194); }
td.TdClassName
{
border-color: #359DC2;
}
.TagClassName
{
border-color: #359DC2;
}
</style>