Shades of Scooter #288CAA
Tints of Scooter #288CAA
RGB
CMYK
RGB Variations
Color information
#288CAA (or 0x288CAA) is known color: Scooter. HEX triplet: 28, 8C and AA. RGB value is (40,140,170). Sum of RGB (Red+Green+Blue) = 40+140+170=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #288CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CAA is #D77355. Grayscale: #717171. Windows color (decimal): -14119766 or 11177000. OLE color: 11177000.
HSL color Cylindrical-coordinate representation of color #288CAA: hue angle of 193.85º 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 #288CAA is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 140 | 170 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.33 |
| HSL | 193.85º | 0.62% | 0.41% | - |
| HSV(B) | 193.85º | 0.76% | 0.67% | - |
| XYZ | 17.51 | 22.11 | 41.37 | - |
| YUV | 113.52 | 159.87 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 170 | 0.76 | 0.18 | 0 | 0.33 | 193.85 | 0.62 | 0.41 |
| Hex | 28 | 8C | AA | 4C | 12 | 0 | 21 | C2 | 3E | 29 |
| Octal | 50 | 214 | 252 | 114 | 22 | 0 | 41 | 302 | 76 | 51 |
| Binary | 101000 | 10001100 | 10101010 | 1001100 | 10010 | 0 | 100001 | 11000010 | 111110 | 101001 |
Color Harmonies of #288CAA
Complementary color
Monochromatic Colors of #288CAA
Black with #288CAA
Text Example
Text Example
White with #288CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CAA; }
p { color: rgb(40,140,170); }
H1.HeaderClassName
{
color: #288CAA;
}
.AnyTagClassName
{
color: #288CAA;
}
</style>
background-color css
<style>
a { background-color: #288CAA; }
a { background-color: rgb(40,140,170); }
div.DivClassName
{
background-color: #288CAA;
}
.BgClassName
{
background-color: #288CAA;
}
</style>
border-color css
<style>
span { border-color: #288CAA; }
span { border-color: rgb(40,140,170); }
td.TdClassName
{
border-color: #288CAA;
}
.TagClassName
{
border-color: #288CAA;
}
</style>