Shades of Pelorous #359FBC
Tints of Pelorous #359FBC
RGB
CMYK
RGB Variations
Color information
#359FBC (or 0x359FBC) is known color: Pelorous. HEX triplet: 35, 9F and BC. RGB value is (53,159,188). Sum of RGB (Red+Green+Blue) = 53+159+188=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #359FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FBC is #CA6043. Grayscale: #828282. Windows color (decimal): -13262916 or 12361525. OLE color: 12361525.
HSL color Cylindrical-coordinate representation of color #359FBC: hue angle of 192.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #359FBC is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 159 | 188 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.26 |
| HSL | 192.89º | 0.56% | 0.47% | - |
| HSV(B) | 192.89º | 0.72% | 0.74% | - |
| XYZ | 22.94 | 29.18 | 52 | - |
| YUV | 130.61 | 160.38 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 188 | 0.72 | 0.15 | 0 | 0.26 | 192.89 | 0.56 | 0.47 |
| Hex | 35 | 9F | BC | 48 | F | 0 | 1A | C1 | 38 | 2F |
| Octal | 65 | 237 | 274 | 110 | 17 | 0 | 32 | 301 | 70 | 57 |
| Binary | 110101 | 10011111 | 10111100 | 1001000 | 1111 | 0 | 11010 | 11000001 | 111000 | 101111 |
Color Harmonies of #359FBC
Complementary color
Monochromatic Colors of #359FBC
Black with #359FBC
Text Example
Text Example
White with #359FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FBC; }
p { color: rgb(53,159,188); }
H1.HeaderClassName
{
color: #359FBC;
}
.AnyTagClassName
{
color: #359FBC;
}
</style>
background-color css
<style>
a { background-color: #359FBC; }
a { background-color: rgb(53,159,188); }
div.DivClassName
{
background-color: #359FBC;
}
.BgClassName
{
background-color: #359FBC;
}
</style>
border-color css
<style>
span { border-color: #359FBC; }
span { border-color: rgb(53,159,188); }
td.TdClassName
{
border-color: #359FBC;
}
.TagClassName
{
border-color: #359FBC;
}
</style>