Shades of Pelorous #249CBA
Tints of Pelorous #249CBA
RGB
CMYK
RGB Variations
Color information
#249CBA (or 0x249CBA) is known color: Pelorous. HEX triplet: 24, 9C and BA. RGB value is (36,156,186). Sum of RGB (Red+Green+Blue) = 36+156+186=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #249CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CBA is #DB6345. Grayscale: #7B7B7B. Windows color (decimal): -14377798 or 12229668. OLE color: 12229668.
HSL color Cylindrical-coordinate representation of color #249CBA: hue angle of 192º 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 #249CBA is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 156 | 186 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.27 |
| HSL | 192º | 0.68% | 0.44% | - |
| HSV(B) | 192º | 0.81% | 0.73% | - |
| XYZ | 21.48 | 27.7 | 50.67 | - |
| YUV | 123.54 | 163.24 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 186 | 0.81 | 0.16 | 0 | 0.27 | 192 | 0.68 | 0.44 |
| Hex | 24 | 9C | BA | 51 | 10 | 0 | 1B | C0 | 44 | 2C |
| Octal | 44 | 234 | 272 | 121 | 20 | 0 | 33 | 300 | 104 | 54 |
| Binary | 100100 | 10011100 | 10111010 | 1010001 | 10000 | 0 | 11011 | 11000000 | 1000100 | 101100 |
Color Harmonies of #249CBA
Complementary color
Monochromatic Colors of #249CBA
Black with #249CBA
Text Example
Text Example
White with #249CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249CBA; }
p { color: rgb(36,156,186); }
H1.HeaderClassName
{
color: #249CBA;
}
.AnyTagClassName
{
color: #249CBA;
}
</style>
background-color css
<style>
a { background-color: #249CBA; }
a { background-color: rgb(36,156,186); }
div.DivClassName
{
background-color: #249CBA;
}
.BgClassName
{
background-color: #249CBA;
}
</style>
border-color css
<style>
span { border-color: #249CBA; }
span { border-color: rgb(36,156,186); }
td.TdClassName
{
border-color: #249CBA;
}
.TagClassName
{
border-color: #249CBA;
}
</style>