Shades of Scooter #2588AB
Tints of Scooter #2588AB
RGB
CMYK
RGB Variations
Color information
#2588AB (or 0x2588AB) is known color: Scooter. HEX triplet: 25, 88 and AB. RGB value is (37,136,171). Sum of RGB (Red+Green+Blue) = 37+136+171=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #2588AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2588AB is #DA7754. Grayscale: #6E6E6E. Windows color (decimal): -14317397 or 11241509. OLE color: 11241509.
HSL color Cylindrical-coordinate representation of color #2588AB: hue angle of 195.67º degrees, saturation: 0.64, 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 #2588AB is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 136 | 171 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.33 |
| HSL | 195.67º | 0.64% | 0.41% | - |
| HSV(B) | 195.67º | 0.78% | 0.67% | - |
| XYZ | 16.92 | 20.94 | 41.68 | - |
| YUV | 110.39 | 162.2 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 136 | 171 | 0.78 | 0.20 | 0 | 0.33 | 195.67 | 0.64 | 0.41 |
| Hex | 25 | 88 | AB | 4E | 14 | 0 | 21 | C4 | 40 | 29 |
| Octal | 45 | 210 | 253 | 116 | 24 | 0 | 41 | 304 | 100 | 51 |
| Binary | 100101 | 10001000 | 10101011 | 1001110 | 10100 | 0 | 100001 | 11000100 | 1000000 | 101001 |
Color Harmonies of #2588AB
Complementary color
Monochromatic Colors of #2588AB
Black with #2588AB
Text Example
Text Example
White with #2588AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2588AB; }
p { color: rgb(37,136,171); }
H1.HeaderClassName
{
color: #2588AB;
}
.AnyTagClassName
{
color: #2588AB;
}
</style>
background-color css
<style>
a { background-color: #2588AB; }
a { background-color: rgb(37,136,171); }
div.DivClassName
{
background-color: #2588AB;
}
.BgClassName
{
background-color: #2588AB;
}
</style>
border-color css
<style>
span { border-color: #2588AB; }
span { border-color: rgb(37,136,171); }
td.TdClassName
{
border-color: #2588AB;
}
.TagClassName
{
border-color: #2588AB;
}
</style>