Shades of Scooter #248897
Tints of Scooter #248897
RGB
CMYK
RGB Variations
Color information
#248897 (or 0x248897) is known color: Scooter. HEX triplet: 24, 88 and 97. RGB value is (36,136,151). Sum of RGB (Red+Green+Blue) = 36+136+151=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #248897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248897 is #DB7768. Grayscale: #6B6B6B. Windows color (decimal): -14382953 or 9930788. OLE color: 9930788.
HSL color Cylindrical-coordinate representation of color #248897: hue angle of 187.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248897 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 136 | 151 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.41 |
| HSL | 187.83º | 0.61% | 0.37% | - |
| HSV(B) | 187.83º | 0.76% | 0.59% | - |
| XYZ | 15.12 | 20.22 | 32.38 | - |
| YUV | 107.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 151 | 0.76 | 0.10 | 0 | 0.41 | 187.83 | 0.61 | 0.37 |
| Hex | 24 | 88 | 97 | 4C | A | 0 | 29 | BC | 3D | 25 |
| Octal | 44 | 210 | 227 | 114 | 12 | 0 | 51 | 274 | 75 | 45 |
| Binary | 100100 | 10001000 | 10010111 | 1001100 | 1010 | 0 | 101001 | 10111100 | 111101 | 100101 |
Color Harmonies of #248897
Complementary color
Monochromatic Colors of #248897
Black with #248897
Text Example
Text Example
White with #248897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248897; }
p { color: rgb(36,136,151); }
H1.HeaderClassName
{
color: #248897;
}
.AnyTagClassName
{
color: #248897;
}
</style>
background-color css
<style>
a { background-color: #248897; }
a { background-color: rgb(36,136,151); }
div.DivClassName
{
background-color: #248897;
}
.BgClassName
{
background-color: #248897;
}
</style>
border-color css
<style>
span { border-color: #248897; }
span { border-color: rgb(36,136,151); }
td.TdClassName
{
border-color: #248897;
}
.TagClassName
{
border-color: #248897;
}
</style>