Shades of Scooter #248193
Tints of Scooter #248193
RGB
CMYK
RGB Variations
Color information
#248193 (or 0x248193) is known color: Scooter. HEX triplet: 24, 81 and 93. RGB value is (36,129,147). Sum of RGB (Red+Green+Blue) = 36+129+147=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #248193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248193 is #DB7E6C. Grayscale: #676767. Windows color (decimal): -14384749 or 9666852. OLE color: 9666852.
HSL color Cylindrical-coordinate representation of color #248193: hue angle of 189.73º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248193 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 129 | 147 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.42 |
| HSL | 189.73º | 0.61% | 0.36% | - |
| HSV(B) | 189.73º | 0.76% | 0.58% | - |
| XYZ | 13.84 | 18.18 | 30.38 | - |
| YUV | 103.25 | 152.69 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 147 | 0.76 | 0.12 | 0 | 0.42 | 189.73 | 0.61 | 0.36 |
| Hex | 24 | 81 | 93 | 4C | C | 0 | 2A | BE | 3D | 24 |
| Octal | 44 | 201 | 223 | 114 | 14 | 0 | 52 | 276 | 75 | 44 |
| Binary | 100100 | 10000001 | 10010011 | 1001100 | 1100 | 0 | 101010 | 10111110 | 111101 | 100100 |
Color Harmonies of #248193
Complementary color
Monochromatic Colors of #248193
Black with #248193
Text Example
Text Example
White with #248193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248193; }
p { color: rgb(36,129,147); }
H1.HeaderClassName
{
color: #248193;
}
.AnyTagClassName
{
color: #248193;
}
</style>
background-color css
<style>
a { background-color: #248193; }
a { background-color: rgb(36,129,147); }
div.DivClassName
{
background-color: #248193;
}
.BgClassName
{
background-color: #248193;
}
</style>
border-color css
<style>
span { border-color: #248193; }
span { border-color: rgb(36,129,147); }
td.TdClassName
{
border-color: #248193;
}
.TagClassName
{
border-color: #248193;
}
</style>