Shades of Pelorous #359FC5
Tints of Pelorous #359FC5
RGB
CMYK
RGB Variations
Color information
#359FC5 (or 0x359FC5) is known color: Pelorous. HEX triplet: 35, 9F and C5. RGB value is (53,159,197). Sum of RGB (Red+Green+Blue) = 53+159+197=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #359FC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FC5 is #CA603A. Grayscale: #838383. Windows color (decimal): -13262907 or 12951349. OLE color: 12951349.
HSL color Cylindrical-coordinate representation of color #359FC5: hue angle of 195.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #359FC5 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 159 | 197 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.23 |
| HSL | 195.83º | 0.58% | 0.49% | - |
| HSV(B) | 195.83º | 0.73% | 0.77% | - |
| XYZ | 23.94 | 29.58 | 57.27 | - |
| YUV | 131.64 | 164.88 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 197 | 0.73 | 0.19 | 0 | 0.23 | 195.83 | 0.58 | 0.49 |
| Hex | 35 | 9F | C5 | 49 | 13 | 0 | 17 | C4 | 3A | 31 |
| Octal | 65 | 237 | 305 | 111 | 23 | 0 | 27 | 304 | 72 | 61 |
| Binary | 110101 | 10011111 | 11000101 | 1001001 | 10011 | 0 | 10111 | 11000100 | 111010 | 110001 |
Color Harmonies of #359FC5
Complementary color
Monochromatic Colors of #359FC5
Black with #359FC5
Text Example
Text Example
White with #359FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FC5; }
p { color: rgb(53,159,197); }
H1.HeaderClassName
{
color: #359FC5;
}
.AnyTagClassName
{
color: #359FC5;
}
</style>
background-color css
<style>
a { background-color: #359FC5; }
a { background-color: rgb(53,159,197); }
div.DivClassName
{
background-color: #359FC5;
}
.BgClassName
{
background-color: #359FC5;
}
</style>
border-color css
<style>
span { border-color: #359FC5; }
span { border-color: rgb(53,159,197); }
td.TdClassName
{
border-color: #359FC5;
}
.TagClassName
{
border-color: #359FC5;
}
</style>