Shades of Pelorous #359BC1
Tints of Pelorous #359BC1
RGB
CMYK
RGB Variations
Color information
#359BC1 (or 0x359BC1) is known color: Pelorous. HEX triplet: 35, 9B and C1. RGB value is (53,155,193). Sum of RGB (Red+Green+Blue) = 53+155+193=401 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.22% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #359BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BC1 is #CA643E. Grayscale: #808080. Windows color (decimal): -13263935 or 12688181. OLE color: 12688181.
HSL color Cylindrical-coordinate representation of color #359BC1: hue angle of 196.29º 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 #359BC1 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 155 | 193 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.24 |
| HSL | 196.29º | 0.57% | 0.48% | - |
| HSV(B) | 196.29º | 0.73% | 0.76% | - |
| XYZ | 22.82 | 28.05 | 54.66 | - |
| YUV | 128.83 | 164.21 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 193 | 0.73 | 0.20 | 0 | 0.24 | 196.29 | 0.57 | 0.48 |
| Hex | 35 | 9B | C1 | 49 | 14 | 0 | 18 | C4 | 39 | 30 |
| Octal | 65 | 233 | 301 | 111 | 24 | 0 | 30 | 304 | 71 | 60 |
| Binary | 110101 | 10011011 | 11000001 | 1001001 | 10100 | 0 | 11000 | 11000100 | 111001 | 110000 |
Color Harmonies of #359BC1
Complementary color
Monochromatic Colors of #359BC1
Black with #359BC1
Text Example
Text Example
White with #359BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BC1; }
p { color: rgb(53,155,193); }
H1.HeaderClassName
{
color: #359BC1;
}
.AnyTagClassName
{
color: #359BC1;
}
</style>
background-color css
<style>
a { background-color: #359BC1; }
a { background-color: rgb(53,155,193); }
div.DivClassName
{
background-color: #359BC1;
}
.BgClassName
{
background-color: #359BC1;
}
</style>
border-color css
<style>
span { border-color: #359BC1; }
span { border-color: rgb(53,155,193); }
td.TdClassName
{
border-color: #359BC1;
}
.TagClassName
{
border-color: #359BC1;
}
</style>