Shades of Pelorous #248CBC
Tints of Pelorous #248CBC
RGB
CMYK
RGB Variations
Color information
#248CBC (or 0x248CBC) is known color: Pelorous. HEX triplet: 24, 8C and BC. RGB value is (36,140,188). Sum of RGB (Red+Green+Blue) = 36+140+188=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #248CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #248CBC is #DB7343. Grayscale: #727272. Windows color (decimal): -14381892 or 12356644. OLE color: 12356644.
HSL color Cylindrical-coordinate representation of color #248CBC: hue angle of 198.95º 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 #248CBC is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 140 | 188 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.26 |
| HSL | 198.95º | 0.68% | 0.44% | - |
| HSV(B) | 198.95º | 0.81% | 0.74% | - |
| XYZ | 19.18 | 22.76 | 50.96 | - |
| YUV | 114.38 | 169.54 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 188 | 0.81 | 0.26 | 0 | 0.26 | 198.95 | 0.68 | 0.44 |
| Hex | 24 | 8C | BC | 51 | 1A | 0 | 1A | C7 | 44 | 2C |
| Octal | 44 | 214 | 274 | 121 | 32 | 0 | 32 | 307 | 104 | 54 |
| Binary | 100100 | 10001100 | 10111100 | 1010001 | 11010 | 0 | 11010 | 11000111 | 1000100 | 101100 |
Color Harmonies of #248CBC
Complementary color
Monochromatic Colors of #248CBC
Black with #248CBC
Text Example
Text Example
White with #248CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248CBC; }
p { color: rgb(36,140,188); }
H1.HeaderClassName
{
color: #248CBC;
}
.AnyTagClassName
{
color: #248CBC;
}
</style>
background-color css
<style>
a { background-color: #248CBC; }
a { background-color: rgb(36,140,188); }
div.DivClassName
{
background-color: #248CBC;
}
.BgClassName
{
background-color: #248CBC;
}
</style>
border-color css
<style>
span { border-color: #248CBC; }
span { border-color: rgb(36,140,188); }
td.TdClassName
{
border-color: #248CBC;
}
.TagClassName
{
border-color: #248CBC;
}
</style>