Shades of Scooter #2488A6
Tints of Scooter #2488A6
RGB
CMYK
RGB Variations
Color information
#2488A6 (or 0x2488A6) is known color: Scooter. HEX triplet: 24, 88 and A6. RGB value is (36,136,166). Sum of RGB (Red+Green+Blue) = 36+136+166=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #2488A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2488A6 is #DB7759. Grayscale: #6D6D6D. Windows color (decimal): -14382938 or 10913828. OLE color: 10913828.
HSL color Cylindrical-coordinate representation of color #2488A6: hue angle of 193.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2488A6 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 136 | 166 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.35 |
| HSL | 193.85º | 0.64% | 0.4% | - |
| HSV(B) | 193.85º | 0.78% | 0.65% | - |
| XYZ | 16.41 | 20.74 | 39.21 | - |
| YUV | 109.52 | 159.87 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 166 | 0.78 | 0.18 | 0 | 0.35 | 193.85 | 0.64 | 0.4 |
| Hex | 24 | 88 | A6 | 4E | 12 | 0 | 23 | C2 | 40 | 28 |
| Octal | 44 | 210 | 246 | 116 | 22 | 0 | 43 | 302 | 100 | 50 |
| Binary | 100100 | 10001000 | 10100110 | 1001110 | 10010 | 0 | 100011 | 11000010 | 1000000 | 101000 |
Color Harmonies of #2488A6
Complementary color
Monochromatic Colors of #2488A6
Black with #2488A6
Text Example
Text Example
White with #2488A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2488A6; }
p { color: rgb(36,136,166); }
H1.HeaderClassName
{
color: #2488A6;
}
.AnyTagClassName
{
color: #2488A6;
}
</style>
background-color css
<style>
a { background-color: #2488A6; }
a { background-color: rgb(36,136,166); }
div.DivClassName
{
background-color: #2488A6;
}
.BgClassName
{
background-color: #2488A6;
}
</style>
border-color css
<style>
span { border-color: #2488A6; }
span { border-color: rgb(36,136,166); }
td.TdClassName
{
border-color: #2488A6;
}
.TagClassName
{
border-color: #2488A6;
}
</style>