Shades of Scooter #24808F
Tints of Scooter #24808F
RGB
CMYK
RGB Variations
Color information
#24808F (or 0x24808F) is known color: Scooter. HEX triplet: 24, 80 and 8F. RGB value is (36,128,143). Sum of RGB (Red+Green+Blue) = 36+128+143=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #24808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24808F is #DB7F70. Grayscale: #666666. Windows color (decimal): -14385009 or 9404452. OLE color: 9404452.
HSL color Cylindrical-coordinate representation of color #24808F: hue angle of 188.41º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24808F is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 128 | 143 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.44 |
| HSL | 188.41º | 0.6% | 0.35% | - |
| HSV(B) | 188.41º | 0.75% | 0.56% | - |
| XYZ | 13.4 | 17.8 | 28.72 | - |
| YUV | 102.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 143 | 0.75 | 0.10 | 0 | 0.44 | 188.41 | 0.6 | 0.35 |
| Hex | 24 | 80 | 8F | 4B | A | 0 | 2C | BC | 3C | 23 |
| Octal | 44 | 200 | 217 | 113 | 12 | 0 | 54 | 274 | 74 | 43 |
| Binary | 100100 | 10000000 | 10001111 | 1001011 | 1010 | 0 | 101100 | 10111100 | 111100 | 100011 |
Color Harmonies of #24808F
Complementary color
Monochromatic Colors of #24808F
Black with #24808F
Text Example
Text Example
White with #24808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24808F; }
p { color: rgb(36,128,143); }
H1.HeaderClassName
{
color: #24808F;
}
.AnyTagClassName
{
color: #24808F;
}
</style>
background-color css
<style>
a { background-color: #24808F; }
a { background-color: rgb(36,128,143); }
div.DivClassName
{
background-color: #24808F;
}
.BgClassName
{
background-color: #24808F;
}
</style>
border-color css
<style>
span { border-color: #24808F; }
span { border-color: rgb(36,128,143); }
td.TdClassName
{
border-color: #24808F;
}
.TagClassName
{
border-color: #24808F;
}
</style>