Shades of Pelorous #2491CB
Tints of Pelorous #2491CB
RGB
CMYK
RGB Variations
Color information
#2491CB (or 0x2491CB) is known color: Pelorous. HEX triplet: 24, 91 and CB. RGB value is (36,145,203). Sum of RGB (Red+Green+Blue) = 36+145+203=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #2491CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2491CB is #DB6E34. Grayscale: #767676. Windows color (decimal): -14380597 or 13340964. OLE color: 13340964.
HSL color Cylindrical-coordinate representation of color #2491CB: hue angle of 200.84º degrees, saturation: 0.7, 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 #2491CB is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 145 | 203 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.20 |
| HSL | 200.84º | 0.7% | 0.47% | - |
| HSV(B) | 200.84º | 0.82% | 0.8% | - |
| XYZ | 21.63 | 24.94 | 60.17 | - |
| YUV | 119.02 | 175.39 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 203 | 0.82 | 0.29 | 0 | 0.20 | 200.84 | 0.7 | 0.47 |
| Hex | 24 | 91 | CB | 52 | 1D | 0 | 14 | C9 | 46 | 2F |
| Octal | 44 | 221 | 313 | 122 | 35 | 0 | 24 | 311 | 106 | 57 |
| Binary | 100100 | 10010001 | 11001011 | 1010010 | 11101 | 0 | 10100 | 11001001 | 1000110 | 101111 |
Color Harmonies of #2491CB
Complementary color
Monochromatic Colors of #2491CB
Black with #2491CB
Text Example
Text Example
White with #2491CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2491CB; }
p { color: rgb(36,145,203); }
H1.HeaderClassName
{
color: #2491CB;
}
.AnyTagClassName
{
color: #2491CB;
}
</style>
background-color css
<style>
a { background-color: #2491CB; }
a { background-color: rgb(36,145,203); }
div.DivClassName
{
background-color: #2491CB;
}
.BgClassName
{
background-color: #2491CB;
}
</style>
border-color css
<style>
span { border-color: #2491CB; }
span { border-color: rgb(36,145,203); }
td.TdClassName
{
border-color: #2491CB;
}
.TagClassName
{
border-color: #2491CB;
}
</style>