Shades of Pelorous #249FB0
Tints of Pelorous #249FB0
RGB
CMYK
RGB Variations
Color information
#249FB0 (or 0x249FB0) is known color: Pelorous. HEX triplet: 24, 9F and B0. RGB value is (36,159,176). Sum of RGB (Red+Green+Blue) = 36+159+176=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #249FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249FB0 is #DB604F. Grayscale: #7B7B7B. Windows color (decimal): -14377040 or 11575076. OLE color: 11575076.
HSL color Cylindrical-coordinate representation of color #249FB0: hue angle of 187.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249FB0 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 159 | 176 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.31 |
| HSL | 187.29º | 0.66% | 0.42% | - |
| HSV(B) | 187.29º | 0.8% | 0.69% | - |
| XYZ | 20.96 | 28.31 | 45.43 | - |
| YUV | 124.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 176 | 0.80 | 0.10 | 0 | 0.31 | 187.29 | 0.66 | 0.42 |
| Hex | 24 | 9F | B0 | 50 | A | 0 | 1F | BB | 42 | 2A |
| Octal | 44 | 237 | 260 | 120 | 12 | 0 | 37 | 273 | 102 | 52 |
| Binary | 100100 | 10011111 | 10110000 | 1010000 | 1010 | 0 | 11111 | 10111011 | 1000010 | 101010 |
Color Harmonies of #249FB0
Complementary color
Monochromatic Colors of #249FB0
Black with #249FB0
Text Example
Text Example
White with #249FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FB0; }
p { color: rgb(36,159,176); }
H1.HeaderClassName
{
color: #249FB0;
}
.AnyTagClassName
{
color: #249FB0;
}
</style>
background-color css
<style>
a { background-color: #249FB0; }
a { background-color: rgb(36,159,176); }
div.DivClassName
{
background-color: #249FB0;
}
.BgClassName
{
background-color: #249FB0;
}
</style>
border-color css
<style>
span { border-color: #249FB0; }
span { border-color: rgb(36,159,176); }
td.TdClassName
{
border-color: #249FB0;
}
.TagClassName
{
border-color: #249FB0;
}
</style>