Shades of Scooter #2588AC
Tints of Scooter #2588AC
RGB
CMYK
RGB Variations
Color information
#2588AC (or 0x2588AC) is known color: Scooter. HEX triplet: 25, 88 and AC. RGB value is (37,136,172). Sum of RGB (Red+Green+Blue) = 37+136+172=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #2588AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2588AC is #DA7753. Grayscale: #6E6E6E. Windows color (decimal): -14317396 or 11307045. OLE color: 11307045.
HSL color Cylindrical-coordinate representation of color #2588AC: hue angle of 196º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2588AC is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 136 | 172 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.33 |
| HSL | 196º | 0.65% | 0.41% | - |
| HSV(B) | 196º | 0.78% | 0.67% | - |
| XYZ | 17.01 | 20.98 | 42.18 | - |
| YUV | 110.5 | 162.7 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 136 | 172 | 0.78 | 0.21 | 0 | 0.33 | 196 | 0.65 | 0.41 |
| Hex | 25 | 88 | AC | 4E | 15 | 0 | 21 | C4 | 41 | 29 |
| Octal | 45 | 210 | 254 | 116 | 25 | 0 | 41 | 304 | 101 | 51 |
| Binary | 100101 | 10001000 | 10101100 | 1001110 | 10101 | 0 | 100001 | 11000100 | 1000001 | 101001 |
Color Harmonies of #2588AC
Complementary color
Monochromatic Colors of #2588AC
Black with #2588AC
Text Example
Text Example
White with #2588AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2588AC; }
p { color: rgb(37,136,172); }
H1.HeaderClassName
{
color: #2588AC;
}
.AnyTagClassName
{
color: #2588AC;
}
</style>
background-color css
<style>
a { background-color: #2588AC; }
a { background-color: rgb(37,136,172); }
div.DivClassName
{
background-color: #2588AC;
}
.BgClassName
{
background-color: #2588AC;
}
</style>
border-color css
<style>
span { border-color: #2588AC; }
span { border-color: rgb(37,136,172); }
td.TdClassName
{
border-color: #2588AC;
}
.TagClassName
{
border-color: #2588AC;
}
</style>