Shades of Scooter #248A9E
Tints of Scooter #248A9E
RGB
CMYK
RGB Variations
Color information
#248A9E (or 0x248A9E) is known color: Scooter. HEX triplet: 24, 8A and 9E. RGB value is (36,138,158). Sum of RGB (Red+Green+Blue) = 36+138+158=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #248A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A9E is #DB7561. Grayscale: #6D6D6D. Windows color (decimal): -14382434 or 10390052. OLE color: 10390052.
HSL color Cylindrical-coordinate representation of color #248A9E: hue angle of 189.84º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #248A9E is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 138 | 158 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.38 |
| HSL | 189.84º | 0.63% | 0.38% | - |
| HSV(B) | 189.84º | 0.77% | 0.62% | - |
| XYZ | 15.99 | 21.02 | 35.56 | - |
| YUV | 109.78 | 155.21 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 158 | 0.77 | 0.13 | 0 | 0.38 | 189.84 | 0.63 | 0.38 |
| Hex | 24 | 8A | 9E | 4D | D | 0 | 26 | BE | 3F | 26 |
| Octal | 44 | 212 | 236 | 115 | 15 | 0 | 46 | 276 | 77 | 46 |
| Binary | 100100 | 10001010 | 10011110 | 1001101 | 1101 | 0 | 100110 | 10111110 | 111111 | 100110 |
Color Harmonies of #248A9E
Complementary color
Monochromatic Colors of #248A9E
Black with #248A9E
Text Example
Text Example
White with #248A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A9E; }
p { color: rgb(36,138,158); }
H1.HeaderClassName
{
color: #248A9E;
}
.AnyTagClassName
{
color: #248A9E;
}
</style>
background-color css
<style>
a { background-color: #248A9E; }
a { background-color: rgb(36,138,158); }
div.DivClassName
{
background-color: #248A9E;
}
.BgClassName
{
background-color: #248A9E;
}
</style>
border-color css
<style>
span { border-color: #248A9E; }
span { border-color: rgb(36,138,158); }
td.TdClassName
{
border-color: #248A9E;
}
.TagClassName
{
border-color: #248A9E;
}
</style>