Shades of Scooter #288F9B
Tints of Scooter #288F9B
RGB
CMYK
RGB Variations
Color information
#288F9B (or 0x288F9B) is known color: Scooter. HEX triplet: 28, 8F and 9B. RGB value is (40,143,155). Sum of RGB (Red+Green+Blue) = 40+143+155=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #288F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F9B is #D77064. Grayscale: #717171. Windows color (decimal): -14119013 or 10194728. OLE color: 10194728.
HSL color Cylindrical-coordinate representation of color #288F9B: hue angle of 186.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288F9B is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 143 | 155 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.39 |
| HSL | 186.26º | 0.59% | 0.38% | - |
| HSV(B) | 186.26º | 0.74% | 0.61% | - |
| XYZ | 16.61 | 22.46 | 34.47 | - |
| YUV | 113.57 | 151.38 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 155 | 0.74 | 0.08 | 0 | 0.39 | 186.26 | 0.59 | 0.38 |
| Hex | 28 | 8F | 9B | 4A | 8 | 0 | 27 | BA | 3B | 26 |
| Octal | 50 | 217 | 233 | 112 | 10 | 0 | 47 | 272 | 73 | 46 |
| Binary | 101000 | 10001111 | 10011011 | 1001010 | 1000 | 0 | 100111 | 10111010 | 111011 | 100110 |
Color Harmonies of #288F9B
Complementary color
Monochromatic Colors of #288F9B
Black with #288F9B
Text Example
Text Example
White with #288F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F9B; }
p { color: rgb(40,143,155); }
H1.HeaderClassName
{
color: #288F9B;
}
.AnyTagClassName
{
color: #288F9B;
}
</style>
background-color css
<style>
a { background-color: #288F9B; }
a { background-color: rgb(40,143,155); }
div.DivClassName
{
background-color: #288F9B;
}
.BgClassName
{
background-color: #288F9B;
}
</style>
border-color css
<style>
span { border-color: #288F9B; }
span { border-color: rgb(40,143,155); }
td.TdClassName
{
border-color: #288F9B;
}
.TagClassName
{
border-color: #288F9B;
}
</style>