Shades of Pelorous #2499A7
Tints of Pelorous #2499A7
RGB
CMYK
RGB Variations
Color information
#2499A7 (or 0x2499A7) is known color: Pelorous. HEX triplet: 24, 99 and A7. RGB value is (36,153,167). Sum of RGB (Red+Green+Blue) = 36+153+167=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #2499A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2499A7 is #DB6658. Grayscale: #777777. Windows color (decimal): -14378585 or 10983716. OLE color: 10983716.
HSL color Cylindrical-coordinate representation of color #2499A7: hue angle of 186.41º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2499A7 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 153 | 167 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.35 |
| HSL | 186.41º | 0.65% | 0.4% | - |
| HSV(B) | 186.41º | 0.78% | 0.65% | - |
| XYZ | 19.09 | 25.95 | 40.56 | - |
| YUV | 119.61 | 154.74 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 167 | 0.78 | 0.08 | 0 | 0.35 | 186.41 | 0.65 | 0.4 |
| Hex | 24 | 99 | A7 | 4E | 8 | 0 | 23 | BA | 41 | 28 |
| Octal | 44 | 231 | 247 | 116 | 10 | 0 | 43 | 272 | 101 | 50 |
| Binary | 100100 | 10011001 | 10100111 | 1001110 | 1000 | 0 | 100011 | 10111010 | 1000001 | 101000 |
Color Harmonies of #2499A7
Complementary color
Monochromatic Colors of #2499A7
Black with #2499A7
Text Example
Text Example
White with #2499A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2499A7; }
p { color: rgb(36,153,167); }
H1.HeaderClassName
{
color: #2499A7;
}
.AnyTagClassName
{
color: #2499A7;
}
</style>
background-color css
<style>
a { background-color: #2499A7; }
a { background-color: rgb(36,153,167); }
div.DivClassName
{
background-color: #2499A7;
}
.BgClassName
{
background-color: #2499A7;
}
</style>
border-color css
<style>
span { border-color: #2499A7; }
span { border-color: rgb(36,153,167); }
td.TdClassName
{
border-color: #2499A7;
}
.TagClassName
{
border-color: #2499A7;
}
</style>