Shades of Scooter #288198
Tints of Scooter #288198
RGB
CMYK
RGB Variations
Color information
#288198 (or 0x288198) is known color: Scooter. HEX triplet: 28, 81 and 98. RGB value is (40,129,152). Sum of RGB (Red+Green+Blue) = 40+129+152=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #288198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288198 is #D77E67. Grayscale: #686868. Windows color (decimal): -14122600 or 9994536. OLE color: 9994536.
HSL color Cylindrical-coordinate representation of color #288198: hue angle of 192.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288198 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 129 | 152 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.40 |
| HSL | 192.32º | 0.58% | 0.38% | - |
| HSV(B) | 192.32º | 0.74% | 0.6% | - |
| XYZ | 14.39 | 18.42 | 32.5 | - |
| YUV | 105.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 152 | 0.74 | 0.15 | 0 | 0.40 | 192.32 | 0.58 | 0.38 |
| Hex | 28 | 81 | 98 | 4A | F | 0 | 28 | C0 | 3A | 26 |
| Octal | 50 | 201 | 230 | 112 | 17 | 0 | 50 | 300 | 72 | 46 |
| Binary | 101000 | 10000001 | 10011000 | 1001010 | 1111 | 0 | 101000 | 11000000 | 111010 | 100110 |
Color Harmonies of #288198
Complementary color
Monochromatic Colors of #288198
Black with #288198
Text Example
Text Example
White with #288198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288198; }
p { color: rgb(40,129,152); }
H1.HeaderClassName
{
color: #288198;
}
.AnyTagClassName
{
color: #288198;
}
</style>
background-color css
<style>
a { background-color: #288198; }
a { background-color: rgb(40,129,152); }
div.DivClassName
{
background-color: #288198;
}
.BgClassName
{
background-color: #288198;
}
</style>
border-color css
<style>
span { border-color: #288198; }
span { border-color: rgb(40,129,152); }
td.TdClassName
{
border-color: #288198;
}
.TagClassName
{
border-color: #288198;
}
</style>