Shades of Pelorous #359CC0
Tints of Pelorous #359CC0
RGB
CMYK
RGB Variations
Color information
#359CC0 (or 0x359CC0) is known color: Pelorous. HEX triplet: 35, 9C and C0. RGB value is (53,156,192). Sum of RGB (Red+Green+Blue) = 53+156+192=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #359CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CC0 is #CA633F. Grayscale: #818181. Windows color (decimal): -13263680 or 12622901. OLE color: 12622901.
HSL color Cylindrical-coordinate representation of color #359CC0: hue angle of 195.54º 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 #359CC0 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 156 | 192 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.25 |
| HSL | 195.54º | 0.57% | 0.48% | - |
| HSV(B) | 195.54º | 0.72% | 0.75% | - |
| XYZ | 22.87 | 28.34 | 54.13 | - |
| YUV | 129.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 192 | 0.72 | 0.19 | 0 | 0.25 | 195.54 | 0.57 | 0.48 |
| Hex | 35 | 9C | C0 | 48 | 13 | 0 | 19 | C4 | 39 | 30 |
| Octal | 65 | 234 | 300 | 110 | 23 | 0 | 31 | 304 | 71 | 60 |
| Binary | 110101 | 10011100 | 11000000 | 1001000 | 10011 | 0 | 11001 | 11000100 | 111001 | 110000 |
Color Harmonies of #359CC0
Complementary color
Monochromatic Colors of #359CC0
Black with #359CC0
Text Example
Text Example
White with #359CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CC0; }
p { color: rgb(53,156,192); }
H1.HeaderClassName
{
color: #359CC0;
}
.AnyTagClassName
{
color: #359CC0;
}
</style>
background-color css
<style>
a { background-color: #359CC0; }
a { background-color: rgb(53,156,192); }
div.DivClassName
{
background-color: #359CC0;
}
.BgClassName
{
background-color: #359CC0;
}
</style>
border-color css
<style>
span { border-color: #359CC0; }
span { border-color: rgb(53,156,192); }
td.TdClassName
{
border-color: #359CC0;
}
.TagClassName
{
border-color: #359CC0;
}
</style>