Shades of Pelorous #2497C5
Tints of Pelorous #2497C5
RGB
CMYK
RGB Variations
Color information
#2497C5 (or 0x2497C5) is known color: Pelorous. HEX triplet: 24, 97 and C5. RGB value is (36,151,197). Sum of RGB (Red+Green+Blue) = 36+151+197=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #2497C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2497C5 is #DB683A. Grayscale: #797979. Windows color (decimal): -14379067 or 12949284. OLE color: 12949284.
HSL color Cylindrical-coordinate representation of color #2497C5: hue angle of 197.14º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2497C5 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 151 | 197 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.23 |
| HSL | 197.14º | 0.69% | 0.46% | - |
| HSV(B) | 197.14º | 0.82% | 0.77% | - |
| XYZ | 21.87 | 26.54 | 56.79 | - |
| YUV | 121.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 197 | 0.82 | 0.23 | 0 | 0.23 | 197.14 | 0.69 | 0.46 |
| Hex | 24 | 97 | C5 | 52 | 17 | 0 | 17 | C5 | 45 | 2E |
| Octal | 44 | 227 | 305 | 122 | 27 | 0 | 27 | 305 | 105 | 56 |
| Binary | 100100 | 10010111 | 11000101 | 1010010 | 10111 | 0 | 10111 | 11000101 | 1000101 | 101110 |
Color Harmonies of #2497C5
Complementary color
Monochromatic Colors of #2497C5
Black with #2497C5
Text Example
Text Example
White with #2497C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2497C5; }
p { color: rgb(36,151,197); }
H1.HeaderClassName
{
color: #2497C5;
}
.AnyTagClassName
{
color: #2497C5;
}
</style>
background-color css
<style>
a { background-color: #2497C5; }
a { background-color: rgb(36,151,197); }
div.DivClassName
{
background-color: #2497C5;
}
.BgClassName
{
background-color: #2497C5;
}
</style>
border-color css
<style>
span { border-color: #2497C5; }
span { border-color: rgb(36,151,197); }
td.TdClassName
{
border-color: #2497C5;
}
.TagClassName
{
border-color: #2497C5;
}
</style>