Shades of Pelorous #249AB1
Tints of Pelorous #249AB1
RGB
CMYK
RGB Variations
Color information
#249AB1 (or 0x249AB1) is known color: Pelorous. HEX triplet: 24, 9A and B1. RGB value is (36,154,177). Sum of RGB (Red+Green+Blue) = 36+154+177=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #249AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AB1 is #DB654E. Grayscale: #797979. Windows color (decimal): -14378319 or 11639332. OLE color: 11639332.
HSL color Cylindrical-coordinate representation of color #249AB1: hue angle of 189.79º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249AB1 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 154 | 177 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.31 |
| HSL | 189.79º | 0.66% | 0.42% | - |
| HSV(B) | 189.79º | 0.8% | 0.69% | - |
| XYZ | 20.22 | 26.66 | 45.68 | - |
| YUV | 121.34 | 159.41 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 177 | 0.80 | 0.13 | 0 | 0.31 | 189.79 | 0.66 | 0.42 |
| Hex | 24 | 9A | B1 | 50 | D | 0 | 1F | BE | 42 | 2A |
| Octal | 44 | 232 | 261 | 120 | 15 | 0 | 37 | 276 | 102 | 52 |
| Binary | 100100 | 10011010 | 10110001 | 1010000 | 1101 | 0 | 11111 | 10111110 | 1000010 | 101010 |
Color Harmonies of #249AB1
Complementary color
Monochromatic Colors of #249AB1
Black with #249AB1
Text Example
Text Example
White with #249AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249AB1; }
p { color: rgb(36,154,177); }
H1.HeaderClassName
{
color: #249AB1;
}
.AnyTagClassName
{
color: #249AB1;
}
</style>
background-color css
<style>
a { background-color: #249AB1; }
a { background-color: rgb(36,154,177); }
div.DivClassName
{
background-color: #249AB1;
}
.BgClassName
{
background-color: #249AB1;
}
</style>
border-color css
<style>
span { border-color: #249AB1; }
span { border-color: rgb(36,154,177); }
td.TdClassName
{
border-color: #249AB1;
}
.TagClassName
{
border-color: #249AB1;
}
</style>