Shades of Scooter #248896
Tints of Scooter #248896
RGB
CMYK
RGB Variations
Color information
#248896 (or 0x248896) is known color: Scooter. HEX triplet: 24, 88 and 96. RGB value is (36,136,150). Sum of RGB (Red+Green+Blue) = 36+136+150=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #248896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248896 is #DB7769. Grayscale: #6B6B6B. Windows color (decimal): -14382954 or 9865252. OLE color: 9865252.
HSL color Cylindrical-coordinate representation of color #248896: hue angle of 187.37º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248896 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 136 | 150 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.41 |
| HSL | 187.37º | 0.61% | 0.36% | - |
| HSV(B) | 187.37º | 0.76% | 0.59% | - |
| XYZ | 15.04 | 20.19 | 31.96 | - |
| YUV | 107.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 150 | 0.76 | 0.09 | 0 | 0.41 | 187.37 | 0.61 | 0.36 |
| Hex | 24 | 88 | 96 | 4C | 9 | 0 | 29 | BB | 3D | 24 |
| Octal | 44 | 210 | 226 | 114 | 11 | 0 | 51 | 273 | 75 | 44 |
| Binary | 100100 | 10001000 | 10010110 | 1001100 | 1001 | 0 | 101001 | 10111011 | 111101 | 100100 |
Color Harmonies of #248896
Complementary color
Monochromatic Colors of #248896
Black with #248896
Text Example
Text Example
White with #248896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248896; }
p { color: rgb(36,136,150); }
H1.HeaderClassName
{
color: #248896;
}
.AnyTagClassName
{
color: #248896;
}
</style>
background-color css
<style>
a { background-color: #248896; }
a { background-color: rgb(36,136,150); }
div.DivClassName
{
background-color: #248896;
}
.BgClassName
{
background-color: #248896;
}
</style>
border-color css
<style>
span { border-color: #248896; }
span { border-color: rgb(36,136,150); }
td.TdClassName
{
border-color: #248896;
}
.TagClassName
{
border-color: #248896;
}
</style>