Shades of Pelorous #2498AB
Tints of Pelorous #2498AB
RGB
CMYK
RGB Variations
Color information
#2498AB (or 0x2498AB) is known color: Pelorous. HEX triplet: 24, 98 and AB. RGB value is (36,152,171). Sum of RGB (Red+Green+Blue) = 36+152+171=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #2498AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2498AB is #DB6754. Grayscale: #777777. Windows color (decimal): -14378837 or 11245604. OLE color: 11245604.
HSL color Cylindrical-coordinate representation of color #2498AB: hue angle of 188.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2498AB is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 152 | 171 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.33 |
| HSL | 188.44º | 0.65% | 0.41% | - |
| HSV(B) | 188.44º | 0.79% | 0.67% | - |
| XYZ | 19.31 | 25.77 | 42.48 | - |
| YUV | 119.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 171 | 0.79 | 0.11 | 0 | 0.33 | 188.44 | 0.65 | 0.41 |
| Hex | 24 | 98 | AB | 4F | B | 0 | 21 | BC | 41 | 29 |
| Octal | 44 | 230 | 253 | 117 | 13 | 0 | 41 | 274 | 101 | 51 |
| Binary | 100100 | 10011000 | 10101011 | 1001111 | 1011 | 0 | 100001 | 10111100 | 1000001 | 101001 |
Color Harmonies of #2498AB
Complementary color
Monochromatic Colors of #2498AB
Black with #2498AB
Text Example
Text Example
White with #2498AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2498AB; }
p { color: rgb(36,152,171); }
H1.HeaderClassName
{
color: #2498AB;
}
.AnyTagClassName
{
color: #2498AB;
}
</style>
background-color css
<style>
a { background-color: #2498AB; }
a { background-color: rgb(36,152,171); }
div.DivClassName
{
background-color: #2498AB;
}
.BgClassName
{
background-color: #2498AB;
}
</style>
border-color css
<style>
span { border-color: #2498AB; }
span { border-color: rgb(36,152,171); }
td.TdClassName
{
border-color: #2498AB;
}
.TagClassName
{
border-color: #2498AB;
}
</style>