Shades of Pelorous #249DB0
Tints of Pelorous #249DB0
RGB
CMYK
RGB Variations
Color information
#249DB0 (or 0x249DB0) is known color: Pelorous. HEX triplet: 24, 9D and B0. RGB value is (36,157,176). Sum of RGB (Red+Green+Blue) = 36+157+176=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #249DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249DB0 is #DB624F. Grayscale: #7A7A7A. Windows color (decimal): -14377552 or 11574564. OLE color: 11574564.
HSL color Cylindrical-coordinate representation of color #249DB0: hue angle of 188.14º 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 #249DB0 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 157 | 176 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.31 |
| HSL | 188.14º | 0.66% | 0.42% | - |
| HSV(B) | 188.14º | 0.8% | 0.69% | - |
| XYZ | 20.62 | 27.62 | 45.32 | - |
| YUV | 122.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 176 | 0.80 | 0.11 | 0 | 0.31 | 188.14 | 0.66 | 0.42 |
| Hex | 24 | 9D | B0 | 50 | B | 0 | 1F | BC | 42 | 2A |
| Octal | 44 | 235 | 260 | 120 | 13 | 0 | 37 | 274 | 102 | 52 |
| Binary | 100100 | 10011101 | 10110000 | 1010000 | 1011 | 0 | 11111 | 10111100 | 1000010 | 101010 |
Color Harmonies of #249DB0
Complementary color
Monochromatic Colors of #249DB0
Black with #249DB0
Text Example
Text Example
White with #249DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249DB0; }
p { color: rgb(36,157,176); }
H1.HeaderClassName
{
color: #249DB0;
}
.AnyTagClassName
{
color: #249DB0;
}
</style>
background-color css
<style>
a { background-color: #249DB0; }
a { background-color: rgb(36,157,176); }
div.DivClassName
{
background-color: #249DB0;
}
.BgClassName
{
background-color: #249DB0;
}
</style>
border-color css
<style>
span { border-color: #249DB0; }
span { border-color: rgb(36,157,176); }
td.TdClassName
{
border-color: #249DB0;
}
.TagClassName
{
border-color: #249DB0;
}
</style>