Shades of Pelorous #249DB6
Tints of Pelorous #249DB6
RGB
CMYK
RGB Variations
Color information
#249DB6 (or 0x249DB6) is known color: Pelorous. HEX triplet: 24, 9D and B6. RGB value is (36,157,182). Sum of RGB (Red+Green+Blue) = 36+157+182=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #249DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DB6 is #DB6249. Grayscale: #7B7B7B. Windows color (decimal): -14377546 or 11967780. OLE color: 11967780.
HSL color Cylindrical-coordinate representation of color #249DB6: hue angle of 190.27º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249DB6 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 157 | 182 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.29 |
| HSL | 190.27º | 0.67% | 0.43% | - |
| HSV(B) | 190.27º | 0.8% | 0.71% | - |
| XYZ | 21.23 | 27.87 | 48.52 | - |
| YUV | 123.67 | 160.91 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 182 | 0.80 | 0.14 | 0 | 0.29 | 190.27 | 0.67 | 0.43 |
| Hex | 24 | 9D | B6 | 50 | E | 0 | 1D | BE | 43 | 2B |
| Octal | 44 | 235 | 266 | 120 | 16 | 0 | 35 | 276 | 103 | 53 |
| Binary | 100100 | 10011101 | 10110110 | 1010000 | 1110 | 0 | 11101 | 10111110 | 1000011 | 101011 |
Color Harmonies of #249DB6
Complementary color
Monochromatic Colors of #249DB6
Black with #249DB6
Text Example
Text Example
White with #249DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249DB6; }
p { color: rgb(36,157,182); }
H1.HeaderClassName
{
color: #249DB6;
}
.AnyTagClassName
{
color: #249DB6;
}
</style>
background-color css
<style>
a { background-color: #249DB6; }
a { background-color: rgb(36,157,182); }
div.DivClassName
{
background-color: #249DB6;
}
.BgClassName
{
background-color: #249DB6;
}
</style>
border-color css
<style>
span { border-color: #249DB6; }
span { border-color: rgb(36,157,182); }
td.TdClassName
{
border-color: #249DB6;
}
.TagClassName
{
border-color: #249DB6;
}
</style>