Shades of Pelorous #2489AB
Tints of Pelorous #2489AB
RGB
CMYK
RGB Variations
Color information
#2489AB (or 0x2489AB) is known color: Pelorous. HEX triplet: 24, 89 and AB. RGB value is (36,137,171). Sum of RGB (Red+Green+Blue) = 36+137+171=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #2489AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2489AB is #DB7654. Grayscale: #6E6E6E. Windows color (decimal): -14382677 or 11241764. OLE color: 11241764.
HSL color Cylindrical-coordinate representation of color #2489AB: hue angle of 195.11º 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 #2489AB is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 137 | 171 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.33 |
| HSL | 195.11º | 0.65% | 0.41% | - |
| HSV(B) | 195.11º | 0.79% | 0.67% | - |
| XYZ | 17.02 | 21.21 | 41.72 | - |
| YUV | 110.68 | 162.04 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 171 | 0.79 | 0.20 | 0 | 0.33 | 195.11 | 0.65 | 0.41 |
| Hex | 24 | 89 | AB | 4F | 14 | 0 | 21 | C3 | 41 | 29 |
| Octal | 44 | 211 | 253 | 117 | 24 | 0 | 41 | 303 | 101 | 51 |
| Binary | 100100 | 10001001 | 10101011 | 1001111 | 10100 | 0 | 100001 | 11000011 | 1000001 | 101001 |
Color Harmonies of #2489AB
Complementary color
Monochromatic Colors of #2489AB
Black with #2489AB
Text Example
Text Example
White with #2489AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2489AB; }
p { color: rgb(36,137,171); }
H1.HeaderClassName
{
color: #2489AB;
}
.AnyTagClassName
{
color: #2489AB;
}
</style>
background-color css
<style>
a { background-color: #2489AB; }
a { background-color: rgb(36,137,171); }
div.DivClassName
{
background-color: #2489AB;
}
.BgClassName
{
background-color: #2489AB;
}
</style>
border-color css
<style>
span { border-color: #2489AB; }
span { border-color: rgb(36,137,171); }
td.TdClassName
{
border-color: #2489AB;
}
.TagClassName
{
border-color: #2489AB;
}
</style>