Shades of Pelorous #249FAA
Tints of Pelorous #249FAA
RGB
CMYK
RGB Variations
Color information
#249FAA (or 0x249FAA) is known color: Pelorous. HEX triplet: 24, 9F and AA. RGB value is (36,159,170). Sum of RGB (Red+Green+Blue) = 36+159+170=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #249FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249FAA is #DB6055. Grayscale: #7B7B7B. Windows color (decimal): -14377046 or 11181860. OLE color: 11181860.
HSL color Cylindrical-coordinate representation of color #249FAA: hue angle of 184.93º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249FAA is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 159 | 170 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.33 |
| HSL | 184.93º | 0.65% | 0.4% | - |
| HSV(B) | 184.93º | 0.79% | 0.67% | - |
| XYZ | 20.38 | 28.07 | 42.37 | - |
| YUV | 123.48 | 154.25 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 170 | 0.79 | 0.06 | 0 | 0.33 | 184.93 | 0.65 | 0.4 |
| Hex | 24 | 9F | AA | 4F | 6 | 0 | 21 | B9 | 41 | 28 |
| Octal | 44 | 237 | 252 | 117 | 6 | 0 | 41 | 271 | 101 | 50 |
| Binary | 100100 | 10011111 | 10101010 | 1001111 | 110 | 0 | 100001 | 10111001 | 1000001 | 101000 |
Color Harmonies of #249FAA
Complementary color
Monochromatic Colors of #249FAA
Black with #249FAA
Text Example
Text Example
White with #249FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FAA; }
p { color: rgb(36,159,170); }
H1.HeaderClassName
{
color: #249FAA;
}
.AnyTagClassName
{
color: #249FAA;
}
</style>
background-color css
<style>
a { background-color: #249FAA; }
a { background-color: rgb(36,159,170); }
div.DivClassName
{
background-color: #249FAA;
}
.BgClassName
{
background-color: #249FAA;
}
</style>
border-color css
<style>
span { border-color: #249FAA; }
span { border-color: rgb(36,159,170); }
td.TdClassName
{
border-color: #249FAA;
}
.TagClassName
{
border-color: #249FAA;
}
</style>