Shades of Pelorous #2489B3
Tints of Pelorous #2489B3
RGB
CMYK
RGB Variations
Color information
#2489B3 (or 0x2489B3) is known color: Pelorous. HEX triplet: 24, 89 and B3. RGB value is (36,137,179). Sum of RGB (Red+Green+Blue) = 36+137+179=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #2489B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2489B3 is #DB764C. Grayscale: #6F6F6F. Windows color (decimal): -14382669 or 11766052. OLE color: 11766052.
HSL color Cylindrical-coordinate representation of color #2489B3: hue angle of 197.62º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2489B3 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 137 | 179 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.30 |
| HSL | 197.62º | 0.67% | 0.42% | - |
| HSV(B) | 197.62º | 0.8% | 0.7% | - |
| XYZ | 17.81 | 21.52 | 45.86 | - |
| YUV | 111.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 137 | 179 | 0.80 | 0.23 | 0 | 0.30 | 197.62 | 0.67 | 0.42 |
| Hex | 24 | 89 | B3 | 50 | 17 | 0 | 1E | C6 | 43 | 2A |
| Octal | 44 | 211 | 263 | 120 | 27 | 0 | 36 | 306 | 103 | 52 |
| Binary | 100100 | 10001001 | 10110011 | 1010000 | 10111 | 0 | 11110 | 11000110 | 1000011 | 101010 |
Color Harmonies of #2489B3
Complementary color
Monochromatic Colors of #2489B3
Black with #2489B3
Text Example
Text Example
White with #2489B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2489B3; }
p { color: rgb(36,137,179); }
H1.HeaderClassName
{
color: #2489B3;
}
.AnyTagClassName
{
color: #2489B3;
}
</style>
background-color css
<style>
a { background-color: #2489B3; }
a { background-color: rgb(36,137,179); }
div.DivClassName
{
background-color: #2489B3;
}
.BgClassName
{
background-color: #2489B3;
}
</style>
border-color css
<style>
span { border-color: #2489B3; }
span { border-color: rgb(36,137,179); }
td.TdClassName
{
border-color: #2489B3;
}
.TagClassName
{
border-color: #2489B3;
}
</style>