Shades of Pelorous #249DBA
Tints of Pelorous #249DBA
RGB
CMYK
RGB Variations
Color information
#249DBA (or 0x249DBA) is known color: Pelorous. HEX triplet: 24, 9D and BA. RGB value is (36,157,186). Sum of RGB (Red+Green+Blue) = 36+157+186=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #249DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DBA is #DB6245. Grayscale: #7B7B7B. Windows color (decimal): -14377542 or 12229924. OLE color: 12229924.
HSL color Cylindrical-coordinate representation of color #249DBA: hue angle of 191.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #249DBA is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 157 | 186 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.27 |
| HSL | 191.6º | 0.68% | 0.44% | - |
| HSV(B) | 191.6º | 0.81% | 0.73% | - |
| XYZ | 21.65 | 28.03 | 50.72 | - |
| YUV | 124.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 186 | 0.81 | 0.16 | 0 | 0.27 | 191.6 | 0.68 | 0.44 |
| Hex | 24 | 9D | BA | 51 | 10 | 0 | 1B | C0 | 44 | 2C |
| Octal | 44 | 235 | 272 | 121 | 20 | 0 | 33 | 300 | 104 | 54 |
| Binary | 100100 | 10011101 | 10111010 | 1010001 | 10000 | 0 | 11011 | 11000000 | 1000100 | 101100 |
Color Harmonies of #249DBA
Complementary color
Monochromatic Colors of #249DBA
Black with #249DBA
Text Example
Text Example
White with #249DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249DBA; }
p { color: rgb(36,157,186); }
H1.HeaderClassName
{
color: #249DBA;
}
.AnyTagClassName
{
color: #249DBA;
}
</style>
background-color css
<style>
a { background-color: #249DBA; }
a { background-color: rgb(36,157,186); }
div.DivClassName
{
background-color: #249DBA;
}
.BgClassName
{
background-color: #249DBA;
}
</style>
border-color css
<style>
span { border-color: #249DBA; }
span { border-color: rgb(36,157,186); }
td.TdClassName
{
border-color: #249DBA;
}
.TagClassName
{
border-color: #249DBA;
}
</style>