Shades of Pelorous #2491CF
Tints of Pelorous #2491CF
RGB
CMYK
RGB Variations
Color information
#2491CF (or 0x2491CF) is known color: Pelorous. HEX triplet: 24, 91 and CF. RGB value is (36,145,207). Sum of RGB (Red+Green+Blue) = 36+145+207=388 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.28% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #2491CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2491CF is #DB6E30. Grayscale: #777777. Windows color (decimal): -14380593 or 13603108. OLE color: 13603108.
HSL color Cylindrical-coordinate representation of color #2491CF: hue angle of 201.75º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2491CF is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 145 | 207 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.19 |
| HSL | 201.75º | 0.7% | 0.48% | - |
| HSV(B) | 201.75º | 0.83% | 0.81% | - |
| XYZ | 22.12 | 25.13 | 62.72 | - |
| YUV | 119.48 | 177.39 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 207 | 0.83 | 0.30 | 0 | 0.19 | 201.75 | 0.7 | 0.48 |
| Hex | 24 | 91 | CF | 53 | 1E | 0 | 13 | CA | 46 | 30 |
| Octal | 44 | 221 | 317 | 123 | 36 | 0 | 23 | 312 | 106 | 60 |
| Binary | 100100 | 10010001 | 11001111 | 1010011 | 11110 | 0 | 10011 | 11001010 | 1000110 | 110000 |
Color Harmonies of #2491CF
Complementary color
Monochromatic Colors of #2491CF
Black with #2491CF
Text Example
Text Example
White with #2491CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2491CF; }
p { color: rgb(36,145,207); }
H1.HeaderClassName
{
color: #2491CF;
}
.AnyTagClassName
{
color: #2491CF;
}
</style>
background-color css
<style>
a { background-color: #2491CF; }
a { background-color: rgb(36,145,207); }
div.DivClassName
{
background-color: #2491CF;
}
.BgClassName
{
background-color: #2491CF;
}
</style>
border-color css
<style>
span { border-color: #2491CF; }
span { border-color: rgb(36,145,207); }
td.TdClassName
{
border-color: #2491CF;
}
.TagClassName
{
border-color: #2491CF;
}
</style>