Shades of Pelorous #249FAC
Tints of Pelorous #249FAC
RGB
CMYK
RGB Variations
Color information
#249FAC (or 0x249FAC) is known color: Pelorous. HEX triplet: 24, 9F and AC. RGB value is (36,159,172). Sum of RGB (Red+Green+Blue) = 36+159+172=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #249FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249FAC is #DB6053. Grayscale: #7B7B7B. Windows color (decimal): -14377044 or 11312932. OLE color: 11312932.
HSL color Cylindrical-coordinate representation of color #249FAC: hue angle of 185.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249FAC is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 159 | 172 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.33 |
| HSL | 185.74º | 0.65% | 0.41% | - |
| HSV(B) | 185.74º | 0.79% | 0.67% | - |
| XYZ | 20.57 | 28.15 | 43.38 | - |
| YUV | 123.71 | 155.25 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 172 | 0.79 | 0.08 | 0 | 0.33 | 185.74 | 0.65 | 0.41 |
| Hex | 24 | 9F | AC | 4F | 8 | 0 | 21 | BA | 41 | 29 |
| Octal | 44 | 237 | 254 | 117 | 10 | 0 | 41 | 272 | 101 | 51 |
| Binary | 100100 | 10011111 | 10101100 | 1001111 | 1000 | 0 | 100001 | 10111010 | 1000001 | 101001 |
Color Harmonies of #249FAC
Complementary color
Monochromatic Colors of #249FAC
Black with #249FAC
Text Example
Text Example
White with #249FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FAC; }
p { color: rgb(36,159,172); }
H1.HeaderClassName
{
color: #249FAC;
}
.AnyTagClassName
{
color: #249FAC;
}
</style>
background-color css
<style>
a { background-color: #249FAC; }
a { background-color: rgb(36,159,172); }
div.DivClassName
{
background-color: #249FAC;
}
.BgClassName
{
background-color: #249FAC;
}
</style>
border-color css
<style>
span { border-color: #249FAC; }
span { border-color: rgb(36,159,172); }
td.TdClassName
{
border-color: #249FAC;
}
.TagClassName
{
border-color: #249FAC;
}
</style>