Shades of Pelorous #248EBC
Tints of Pelorous #248EBC
RGB
CMYK
RGB Variations
Color information
#248EBC (or 0x248EBC) is known color: Pelorous. HEX triplet: 24, 8E and BC. RGB value is (36,142,188). Sum of RGB (Red+Green+Blue) = 36+142+188=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #248EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248EBC is #DB7143. Grayscale: #737373. Windows color (decimal): -14381380 or 12357156. OLE color: 12357156.
HSL color Cylindrical-coordinate representation of color #248EBC: hue angle of 198.16º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #248EBC is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 142 | 188 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.26 |
| HSL | 198.16º | 0.68% | 0.44% | - |
| HSV(B) | 198.16º | 0.81% | 0.74% | - |
| XYZ | 19.48 | 23.35 | 51.06 | - |
| YUV | 115.55 | 168.88 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 188 | 0.81 | 0.24 | 0 | 0.26 | 198.16 | 0.68 | 0.44 |
| Hex | 24 | 8E | BC | 51 | 18 | 0 | 1A | C6 | 44 | 2C |
| Octal | 44 | 216 | 274 | 121 | 30 | 0 | 32 | 306 | 104 | 54 |
| Binary | 100100 | 10001110 | 10111100 | 1010001 | 11000 | 0 | 11010 | 11000110 | 1000100 | 101100 |
Color Harmonies of #248EBC
Complementary color
Monochromatic Colors of #248EBC
Black with #248EBC
Text Example
Text Example
White with #248EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248EBC; }
p { color: rgb(36,142,188); }
H1.HeaderClassName
{
color: #248EBC;
}
.AnyTagClassName
{
color: #248EBC;
}
</style>
background-color css
<style>
a { background-color: #248EBC; }
a { background-color: rgb(36,142,188); }
div.DivClassName
{
background-color: #248EBC;
}
.BgClassName
{
background-color: #248EBC;
}
</style>
border-color css
<style>
span { border-color: #248EBC; }
span { border-color: rgb(36,142,188); }
td.TdClassName
{
border-color: #248EBC;
}
.TagClassName
{
border-color: #248EBC;
}
</style>