Shades of Pelorous #3599BD
Tints of Pelorous #3599BD
RGB
CMYK
RGB Variations
Color information
#3599BD (or 0x3599BD) is known color: Pelorous. HEX triplet: 35, 99 and BD. RGB value is (53,153,189). Sum of RGB (Red+Green+Blue) = 53+153+189=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #3599BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3599BD is #CA6642. Grayscale: #7E7E7E. Windows color (decimal): -13264451 or 12425525. OLE color: 12425525.
HSL color Cylindrical-coordinate representation of color #3599BD: hue angle of 195.88º 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 #3599BD is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 153 | 189 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.26 |
| HSL | 195.88º | 0.56% | 0.47% | - |
| HSV(B) | 195.88º | 0.72% | 0.74% | - |
| XYZ | 22.04 | 27.21 | 52.23 | - |
| YUV | 127.2 | 162.87 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 189 | 0.72 | 0.19 | 0 | 0.26 | 195.88 | 0.56 | 0.47 |
| Hex | 35 | 99 | BD | 48 | 13 | 0 | 1A | C4 | 38 | 2F |
| Octal | 65 | 231 | 275 | 110 | 23 | 0 | 32 | 304 | 70 | 57 |
| Binary | 110101 | 10011001 | 10111101 | 1001000 | 10011 | 0 | 11010 | 11000100 | 111000 | 101111 |
Color Harmonies of #3599BD
Complementary color
Monochromatic Colors of #3599BD
Black with #3599BD
Text Example
Text Example
White with #3599BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3599BD; }
p { color: rgb(53,153,189); }
H1.HeaderClassName
{
color: #3599BD;
}
.AnyTagClassName
{
color: #3599BD;
}
</style>
background-color css
<style>
a { background-color: #3599BD; }
a { background-color: rgb(53,153,189); }
div.DivClassName
{
background-color: #3599BD;
}
.BgClassName
{
background-color: #3599BD;
}
</style>
border-color css
<style>
span { border-color: #3599BD; }
span { border-color: rgb(53,153,189); }
td.TdClassName
{
border-color: #3599BD;
}
.TagClassName
{
border-color: #3599BD;
}
</style>