Shades of Pelorous #249CAE
Tints of Pelorous #249CAE
RGB
CMYK
RGB Variations
Color information
#249CAE (or 0x249CAE) is known color: Pelorous. HEX triplet: 24, 9C and AE. RGB value is (36,156,174). Sum of RGB (Red+Green+Blue) = 36+156+174=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #249CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249CAE is #DB6351. Grayscale: #797979. Windows color (decimal): -14377810 or 11443236. OLE color: 11443236.
HSL color Cylindrical-coordinate representation of color #249CAE: hue angle of 187.83º 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 #249CAE is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 156 | 174 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.32 |
| HSL | 187.83º | 0.66% | 0.41% | - |
| HSV(B) | 187.83º | 0.79% | 0.68% | - |
| XYZ | 20.26 | 27.21 | 44.23 | - |
| YUV | 122.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 174 | 0.79 | 0.10 | 0 | 0.32 | 187.83 | 0.66 | 0.41 |
| Hex | 24 | 9C | AE | 4F | A | 0 | 20 | BC | 42 | 29 |
| Octal | 44 | 234 | 256 | 117 | 12 | 0 | 40 | 274 | 102 | 51 |
| Binary | 100100 | 10011100 | 10101110 | 1001111 | 1010 | 0 | 100000 | 10111100 | 1000010 | 101001 |
Color Harmonies of #249CAE
Complementary color
Monochromatic Colors of #249CAE
Black with #249CAE
Text Example
Text Example
White with #249CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249CAE; }
p { color: rgb(36,156,174); }
H1.HeaderClassName
{
color: #249CAE;
}
.AnyTagClassName
{
color: #249CAE;
}
</style>
background-color css
<style>
a { background-color: #249CAE; }
a { background-color: rgb(36,156,174); }
div.DivClassName
{
background-color: #249CAE;
}
.BgClassName
{
background-color: #249CAE;
}
</style>
border-color css
<style>
span { border-color: #249CAE; }
span { border-color: rgb(36,156,174); }
td.TdClassName
{
border-color: #249CAE;
}
.TagClassName
{
border-color: #249CAE;
}
</style>