Shades of Pelorous #249AAE
Tints of Pelorous #249AAE
RGB
CMYK
RGB Variations
Color information
#249AAE (or 0x249AAE) is known color: Pelorous. HEX triplet: 24, 9A and AE. RGB value is (36,154,174). Sum of RGB (Red+Green+Blue) = 36+154+174=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #249AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AAE is #DB6551. Grayscale: #787878. Windows color (decimal): -14378322 or 11442724. OLE color: 11442724.
HSL color Cylindrical-coordinate representation of color #249AAE: hue angle of 188.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249AAE is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 154 | 174 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.32 |
| HSL | 188.7º | 0.66% | 0.41% | - |
| HSV(B) | 188.7º | 0.79% | 0.68% | - |
| XYZ | 19.92 | 26.54 | 44.12 | - |
| YUV | 121 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 174 | 0.79 | 0.11 | 0 | 0.32 | 188.7 | 0.66 | 0.41 |
| Hex | 24 | 9A | AE | 4F | B | 0 | 20 | BD | 42 | 29 |
| Octal | 44 | 232 | 256 | 117 | 13 | 0 | 40 | 275 | 102 | 51 |
| Binary | 100100 | 10011010 | 10101110 | 1001111 | 1011 | 0 | 100000 | 10111101 | 1000010 | 101001 |
Color Harmonies of #249AAE
Complementary color
Monochromatic Colors of #249AAE
Black with #249AAE
Text Example
Text Example
White with #249AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249AAE; }
p { color: rgb(36,154,174); }
H1.HeaderClassName
{
color: #249AAE;
}
.AnyTagClassName
{
color: #249AAE;
}
</style>
background-color css
<style>
a { background-color: #249AAE; }
a { background-color: rgb(36,154,174); }
div.DivClassName
{
background-color: #249AAE;
}
.BgClassName
{
background-color: #249AAE;
}
</style>
border-color css
<style>
span { border-color: #249AAE; }
span { border-color: rgb(36,154,174); }
td.TdClassName
{
border-color: #249AAE;
}
.TagClassName
{
border-color: #249AAE;
}
</style>