Shades of Pelorous #249AB3
Tints of Pelorous #249AB3
RGB
CMYK
RGB Variations
Color information
#249AB3 (or 0x249AB3) is known color: Pelorous. HEX triplet: 24, 9A and B3. RGB value is (36,154,179). Sum of RGB (Red+Green+Blue) = 36+154+179=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #249AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249AB3 is #DB654C. Grayscale: #797979. Windows color (decimal): -14378317 or 11770404. OLE color: 11770404.
HSL color Cylindrical-coordinate representation of color #249AB3: hue angle of 190.49º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249AB3 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 154 | 179 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.30 |
| HSL | 190.49º | 0.67% | 0.42% | - |
| HSV(B) | 190.49º | 0.8% | 0.7% | - |
| XYZ | 20.42 | 26.74 | 46.73 | - |
| YUV | 121.57 | 160.41 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 179 | 0.80 | 0.14 | 0 | 0.30 | 190.49 | 0.67 | 0.42 |
| Hex | 24 | 9A | B3 | 50 | E | 0 | 1E | BE | 43 | 2A |
| Octal | 44 | 232 | 263 | 120 | 16 | 0 | 36 | 276 | 103 | 52 |
| Binary | 100100 | 10011010 | 10110011 | 1010000 | 1110 | 0 | 11110 | 10111110 | 1000011 | 101010 |
Color Harmonies of #249AB3
Complementary color
Monochromatic Colors of #249AB3
Black with #249AB3
Text Example
Text Example
White with #249AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249AB3; }
p { color: rgb(36,154,179); }
H1.HeaderClassName
{
color: #249AB3;
}
.AnyTagClassName
{
color: #249AB3;
}
</style>
background-color css
<style>
a { background-color: #249AB3; }
a { background-color: rgb(36,154,179); }
div.DivClassName
{
background-color: #249AB3;
}
.BgClassName
{
background-color: #249AB3;
}
</style>
border-color css
<style>
span { border-color: #249AB3; }
span { border-color: rgb(36,154,179); }
td.TdClassName
{
border-color: #249AB3;
}
.TagClassName
{
border-color: #249AB3;
}
</style>