Shades of Scooter #288BAC
Tints of Scooter #288BAC
RGB
CMYK
RGB Variations
Color information
#288BAC (or 0x288BAC) is known color: Scooter. HEX triplet: 28, 8B and AC. RGB value is (40,139,172). Sum of RGB (Red+Green+Blue) = 40+139+172=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #288BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288BAC is #D77453. Grayscale: #707070. Windows color (decimal): -14120020 or 11307816. OLE color: 11307816.
HSL color Cylindrical-coordinate representation of color #288BAC: hue angle of 195º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288BAC is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 139 | 172 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.33 |
| HSL | 195º | 0.62% | 0.42% | - |
| HSV(B) | 195º | 0.77% | 0.67% | - |
| XYZ | 17.55 | 21.89 | 42.33 | - |
| YUV | 113.16 | 161.2 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 172 | 0.77 | 0.19 | 0 | 0.33 | 195 | 0.62 | 0.42 |
| Hex | 28 | 8B | AC | 4D | 13 | 0 | 21 | C3 | 3E | 2A |
| Octal | 50 | 213 | 254 | 115 | 23 | 0 | 41 | 303 | 76 | 52 |
| Binary | 101000 | 10001011 | 10101100 | 1001101 | 10011 | 0 | 100001 | 11000011 | 111110 | 101010 |
Color Harmonies of #288BAC
Complementary color
Monochromatic Colors of #288BAC
Black with #288BAC
Text Example
Text Example
White with #288BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BAC; }
p { color: rgb(40,139,172); }
H1.HeaderClassName
{
color: #288BAC;
}
.AnyTagClassName
{
color: #288BAC;
}
</style>
background-color css
<style>
a { background-color: #288BAC; }
a { background-color: rgb(40,139,172); }
div.DivClassName
{
background-color: #288BAC;
}
.BgClassName
{
background-color: #288BAC;
}
</style>
border-color css
<style>
span { border-color: #288BAC; }
span { border-color: rgb(40,139,172); }
td.TdClassName
{
border-color: #288BAC;
}
.TagClassName
{
border-color: #288BAC;
}
</style>