Shades of Pelorous #2591CB
Tints of Pelorous #2591CB
RGB
CMYK
RGB Variations
Color information
#2591CB (or 0x2591CB) is known color: Pelorous. HEX triplet: 25, 91 and CB. RGB value is (37,145,203). Sum of RGB (Red+Green+Blue) = 37+145+203=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #2591CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2591CB is #DA6E34. Grayscale: #767676. Windows color (decimal): -14315061 or 13340965. OLE color: 13340965.
HSL color Cylindrical-coordinate representation of color #2591CB: hue angle of 200.96º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2591CB is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 145 | 203 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.20 |
| HSL | 200.96º | 0.69% | 0.47% | - |
| HSV(B) | 200.96º | 0.82% | 0.8% | - |
| XYZ | 21.67 | 24.96 | 60.17 | - |
| YUV | 119.32 | 175.22 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 203 | 0.82 | 0.29 | 0 | 0.20 | 200.96 | 0.69 | 0.47 |
| Hex | 25 | 91 | CB | 52 | 1D | 0 | 14 | C9 | 45 | 2F |
| Octal | 45 | 221 | 313 | 122 | 35 | 0 | 24 | 311 | 105 | 57 |
| Binary | 100101 | 10010001 | 11001011 | 1010010 | 11101 | 0 | 10100 | 11001001 | 1000101 | 101111 |
Color Harmonies of #2591CB
Complementary color
Monochromatic Colors of #2591CB
Black with #2591CB
Text Example
Text Example
White with #2591CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2591CB; }
p { color: rgb(37,145,203); }
H1.HeaderClassName
{
color: #2591CB;
}
.AnyTagClassName
{
color: #2591CB;
}
</style>
background-color css
<style>
a { background-color: #2591CB; }
a { background-color: rgb(37,145,203); }
div.DivClassName
{
background-color: #2591CB;
}
.BgClassName
{
background-color: #2591CB;
}
</style>
border-color css
<style>
span { border-color: #2591CB; }
span { border-color: rgb(37,145,203); }
td.TdClassName
{
border-color: #2591CB;
}
.TagClassName
{
border-color: #2591CB;
}
</style>