Shades of Pelorous #249ACB
Tints of Pelorous #249ACB
RGB
CMYK
RGB Variations
Color information
#249ACB (or 0x249ACB) is known color: Pelorous. HEX triplet: 24, 9A and CB. RGB value is (36,154,203). Sum of RGB (Red+Green+Blue) = 36+154+203=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #249ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ACB is #DB6534. Grayscale: #7B7B7B. Windows color (decimal): -14378293 or 13343268. OLE color: 13343268.
HSL color Cylindrical-coordinate representation of color #249ACB: hue angle of 197.6º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249ACB is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 154 | 203 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.20 |
| HSL | 197.6º | 0.7% | 0.47% | - |
| HSV(B) | 197.6º | 0.82% | 0.8% | - |
| XYZ | 23.06 | 27.8 | 60.65 | - |
| YUV | 124.3 | 172.41 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 203 | 0.82 | 0.24 | 0 | 0.20 | 197.6 | 0.7 | 0.47 |
| Hex | 24 | 9A | CB | 52 | 18 | 0 | 14 | C6 | 46 | 2F |
| Octal | 44 | 232 | 313 | 122 | 30 | 0 | 24 | 306 | 106 | 57 |
| Binary | 100100 | 10011010 | 11001011 | 1010010 | 11000 | 0 | 10100 | 11000110 | 1000110 | 101111 |
Color Harmonies of #249ACB
Complementary color
Monochromatic Colors of #249ACB
Black with #249ACB
Text Example
Text Example
White with #249ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249ACB; }
p { color: rgb(36,154,203); }
H1.HeaderClassName
{
color: #249ACB;
}
.AnyTagClassName
{
color: #249ACB;
}
</style>
background-color css
<style>
a { background-color: #249ACB; }
a { background-color: rgb(36,154,203); }
div.DivClassName
{
background-color: #249ACB;
}
.BgClassName
{
background-color: #249ACB;
}
</style>
border-color css
<style>
span { border-color: #249ACB; }
span { border-color: rgb(36,154,203); }
td.TdClassName
{
border-color: #249ACB;
}
.TagClassName
{
border-color: #249ACB;
}
</style>