Shades of Pelorous #2497CB
Tints of Pelorous #2497CB
RGB
CMYK
RGB Variations
Color information
#2497CB (or 0x2497CB) is known color: Pelorous. HEX triplet: 24, 97 and CB. RGB value is (36,151,203). Sum of RGB (Red+Green+Blue) = 36+151+203=390 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.23% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #2497CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2497CB is #DB6834. Grayscale: #7A7A7A. Windows color (decimal): -14379061 or 13342500. OLE color: 13342500.
HSL color Cylindrical-coordinate representation of color #2497CB: hue angle of 198.68º 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 #2497CB is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 151 | 203 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.20 |
| HSL | 198.68º | 0.7% | 0.47% | - |
| HSV(B) | 198.68º | 0.82% | 0.8% | - |
| XYZ | 22.57 | 26.82 | 60.49 | - |
| YUV | 122.54 | 173.4 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 203 | 0.82 | 0.26 | 0 | 0.20 | 198.68 | 0.7 | 0.47 |
| Hex | 24 | 97 | CB | 52 | 1A | 0 | 14 | C7 | 46 | 2F |
| Octal | 44 | 227 | 313 | 122 | 32 | 0 | 24 | 307 | 106 | 57 |
| Binary | 100100 | 10010111 | 11001011 | 1010010 | 11010 | 0 | 10100 | 11000111 | 1000110 | 101111 |
Color Harmonies of #2497CB
Complementary color
Monochromatic Colors of #2497CB
Black with #2497CB
Text Example
Text Example
White with #2497CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2497CB; }
p { color: rgb(36,151,203); }
H1.HeaderClassName
{
color: #2497CB;
}
.AnyTagClassName
{
color: #2497CB;
}
</style>
background-color css
<style>
a { background-color: #2497CB; }
a { background-color: rgb(36,151,203); }
div.DivClassName
{
background-color: #2497CB;
}
.BgClassName
{
background-color: #2497CB;
}
</style>
border-color css
<style>
span { border-color: #2497CB; }
span { border-color: rgb(36,151,203); }
td.TdClassName
{
border-color: #2497CB;
}
.TagClassName
{
border-color: #2497CB;
}
</style>