Shades of Scooter #288AAA
Tints of Scooter #288AAA
RGB
CMYK
RGB Variations
Color information
#288AAA (or 0x288AAA) is known color: Scooter. HEX triplet: 28, 8A and AA. RGB value is (40,138,170). Sum of RGB (Red+Green+Blue) = 40+138+170=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #288AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288AAA is #D77555. Grayscale: #707070. Windows color (decimal): -14120278 or 11176488. OLE color: 11176488.
HSL color Cylindrical-coordinate representation of color #288AAA: hue angle of 194.77º 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 #288AAA is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 138 | 170 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.33 |
| HSL | 194.77º | 0.62% | 0.41% | - |
| HSV(B) | 194.77º | 0.76% | 0.67% | - |
| XYZ | 17.22 | 21.53 | 41.28 | - |
| YUV | 112.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 170 | 0.76 | 0.19 | 0 | 0.33 | 194.77 | 0.62 | 0.41 |
| Hex | 28 | 8A | AA | 4C | 13 | 0 | 21 | C3 | 3E | 29 |
| Octal | 50 | 212 | 252 | 114 | 23 | 0 | 41 | 303 | 76 | 51 |
| Binary | 101000 | 10001010 | 10101010 | 1001100 | 10011 | 0 | 100001 | 11000011 | 111110 | 101001 |
Color Harmonies of #288AAA
Complementary color
Monochromatic Colors of #288AAA
Black with #288AAA
Text Example
Text Example
White with #288AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288AAA; }
p { color: rgb(40,138,170); }
H1.HeaderClassName
{
color: #288AAA;
}
.AnyTagClassName
{
color: #288AAA;
}
</style>
background-color css
<style>
a { background-color: #288AAA; }
a { background-color: rgb(40,138,170); }
div.DivClassName
{
background-color: #288AAA;
}
.BgClassName
{
background-color: #288AAA;
}
</style>
border-color css
<style>
span { border-color: #288AAA; }
span { border-color: rgb(40,138,170); }
td.TdClassName
{
border-color: #288AAA;
}
.TagClassName
{
border-color: #288AAA;
}
</style>