Shades of Scooter #248BA2
Tints of Scooter #248BA2
RGB
CMYK
RGB Variations
Color information
#248BA2 (or 0x248BA2) is known color: Scooter. HEX triplet: 24, 8B and A2. RGB value is (36,139,162). Sum of RGB (Red+Green+Blue) = 36+139+162=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #248BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248BA2 is #DB745D. Grayscale: #6E6E6E. Windows color (decimal): -14382174 or 10652452. OLE color: 10652452.
HSL color Cylindrical-coordinate representation of color #248BA2: hue angle of 190.95º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #248BA2 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 139 | 162 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.36 |
| HSL | 190.95º | 0.64% | 0.39% | - |
| HSV(B) | 190.95º | 0.78% | 0.64% | - |
| XYZ | 16.48 | 21.45 | 37.45 | - |
| YUV | 110.83 | 156.88 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 162 | 0.78 | 0.14 | 0 | 0.36 | 190.95 | 0.64 | 0.39 |
| Hex | 24 | 8B | A2 | 4E | E | 0 | 24 | BF | 40 | 27 |
| Octal | 44 | 213 | 242 | 116 | 16 | 0 | 44 | 277 | 100 | 47 |
| Binary | 100100 | 10001011 | 10100010 | 1001110 | 1110 | 0 | 100100 | 10111111 | 1000000 | 100111 |
Color Harmonies of #248BA2
Complementary color
Monochromatic Colors of #248BA2
Black with #248BA2
Text Example
Text Example
White with #248BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248BA2; }
p { color: rgb(36,139,162); }
H1.HeaderClassName
{
color: #248BA2;
}
.AnyTagClassName
{
color: #248BA2;
}
</style>
background-color css
<style>
a { background-color: #248BA2; }
a { background-color: rgb(36,139,162); }
div.DivClassName
{
background-color: #248BA2;
}
.BgClassName
{
background-color: #248BA2;
}
</style>
border-color css
<style>
span { border-color: #248BA2; }
span { border-color: rgb(36,139,162); }
td.TdClassName
{
border-color: #248BA2;
}
.TagClassName
{
border-color: #248BA2;
}
</style>