Shades of Scooter #288599
Tints of Scooter #288599
RGB
CMYK
RGB Variations
Color information
#288599 (or 0x288599) is known color: Scooter. HEX triplet: 28, 85 and 99. RGB value is (40,133,153). Sum of RGB (Red+Green+Blue) = 40+133+153=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #288599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288599 is #D77A66. Grayscale: #6B6B6B. Windows color (decimal): -14121575 or 10061096. OLE color: 10061096.
HSL color Cylindrical-coordinate representation of color #288599: hue angle of 190.62º degrees, saturation: 0.59, 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 #288599 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 133 | 153 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.4 |
| HSL | 190.62º | 0.59% | 0.38% | - |
| HSV(B) | 190.62º | 0.74% | 0.6% | - |
| XYZ | 15.01 | 19.53 | 33.11 | - |
| YUV | 107.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 153 | 0.74 | 0.13 | 0 | 0.4 | 190.62 | 0.59 | 0.38 |
| Hex | 28 | 85 | 99 | 4A | D | 0 | 28 | BF | 3B | 26 |
| Octal | 50 | 205 | 231 | 112 | 15 | 0 | 50 | 277 | 73 | 46 |
| Binary | 101000 | 10000101 | 10011001 | 1001010 | 1101 | 0 | 101000 | 10111111 | 111011 | 100110 |
Color Harmonies of #288599
Complementary color
Monochromatic Colors of #288599
Black with #288599
Text Example
Text Example
White with #288599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288599; }
p { color: rgb(40,133,153); }
H1.HeaderClassName
{
color: #288599;
}
.AnyTagClassName
{
color: #288599;
}
</style>
background-color css
<style>
a { background-color: #288599; }
a { background-color: rgb(40,133,153); }
div.DivClassName
{
background-color: #288599;
}
.BgClassName
{
background-color: #288599;
}
</style>
border-color css
<style>
span { border-color: #288599; }
span { border-color: rgb(40,133,153); }
td.TdClassName
{
border-color: #288599;
}
.TagClassName
{
border-color: #288599;
}
</style>