Shades of Pelorous #359FC1
Tints of Pelorous #359FC1
RGB
CMYK
RGB Variations
Color information
#359FC1 (or 0x359FC1) is known color: Pelorous. HEX triplet: 35, 9F and C1. RGB value is (53,159,193). Sum of RGB (Red+Green+Blue) = 53+159+193=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #359FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FC1 is #CA603E. Grayscale: #828282. Windows color (decimal): -13262911 or 12689205. OLE color: 12689205.
HSL color Cylindrical-coordinate representation of color #359FC1: hue angle of 194.57º 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 #359FC1 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 159 | 193 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.24 |
| HSL | 194.57º | 0.57% | 0.48% | - |
| HSV(B) | 194.57º | 0.73% | 0.76% | - |
| XYZ | 23.49 | 29.4 | 54.89 | - |
| YUV | 131.18 | 162.88 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 193 | 0.73 | 0.18 | 0 | 0.24 | 194.57 | 0.57 | 0.48 |
| Hex | 35 | 9F | C1 | 49 | 12 | 0 | 18 | C3 | 39 | 30 |
| Octal | 65 | 237 | 301 | 111 | 22 | 0 | 30 | 303 | 71 | 60 |
| Binary | 110101 | 10011111 | 11000001 | 1001001 | 10010 | 0 | 11000 | 11000011 | 111001 | 110000 |
Color Harmonies of #359FC1
Complementary color
Monochromatic Colors of #359FC1
Black with #359FC1
Text Example
Text Example
White with #359FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FC1; }
p { color: rgb(53,159,193); }
H1.HeaderClassName
{
color: #359FC1;
}
.AnyTagClassName
{
color: #359FC1;
}
</style>
background-color css
<style>
a { background-color: #359FC1; }
a { background-color: rgb(53,159,193); }
div.DivClassName
{
background-color: #359FC1;
}
.BgClassName
{
background-color: #359FC1;
}
</style>
border-color css
<style>
span { border-color: #359FC1; }
span { border-color: rgb(53,159,193); }
td.TdClassName
{
border-color: #359FC1;
}
.TagClassName
{
border-color: #359FC1;
}
</style>