Shades of Scooter #288BAA
Tints of Scooter #288BAA
RGB
CMYK
RGB Variations
Color information
#288BAA (or 0x288BAA) is known color: Scooter. HEX triplet: 28, 8B and AA. RGB value is (40,139,170). Sum of RGB (Red+Green+Blue) = 40+139+170=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #288BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BAA is #D77455. Grayscale: #707070. Windows color (decimal): -14120022 or 11176744. OLE color: 11176744.
HSL color Cylindrical-coordinate representation of color #288BAA: hue angle of 194.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288BAA is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 139 | 170 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.33 |
| HSL | 194.31º | 0.62% | 0.41% | - |
| HSV(B) | 194.31º | 0.76% | 0.67% | - |
| XYZ | 17.36 | 21.82 | 41.33 | - |
| YUV | 112.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 170 | 0.76 | 0.18 | 0 | 0.33 | 194.31 | 0.62 | 0.41 |
| Hex | 28 | 8B | AA | 4C | 12 | 0 | 21 | C2 | 3E | 29 |
| Octal | 50 | 213 | 252 | 114 | 22 | 0 | 41 | 302 | 76 | 51 |
| Binary | 101000 | 10001011 | 10101010 | 1001100 | 10010 | 0 | 100001 | 11000010 | 111110 | 101001 |
Color Harmonies of #288BAA
Complementary color
Monochromatic Colors of #288BAA
Black with #288BAA
Text Example
Text Example
White with #288BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BAA; }
p { color: rgb(40,139,170); }
H1.HeaderClassName
{
color: #288BAA;
}
.AnyTagClassName
{
color: #288BAA;
}
</style>
background-color css
<style>
a { background-color: #288BAA; }
a { background-color: rgb(40,139,170); }
div.DivClassName
{
background-color: #288BAA;
}
.BgClassName
{
background-color: #288BAA;
}
</style>
border-color css
<style>
span { border-color: #288BAA; }
span { border-color: rgb(40,139,170); }
td.TdClassName
{
border-color: #288BAA;
}
.TagClassName
{
border-color: #288BAA;
}
</style>