Shades of Scooter #248BA3
Tints of Scooter #248BA3
RGB
CMYK
RGB Variations
Color information
#248BA3 (or 0x248BA3) is known color: Scooter. HEX triplet: 24, 8B and A3. RGB value is (36,139,163). Sum of RGB (Red+Green+Blue) = 36+139+163=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #248BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248BA3 is #DB745C. Grayscale: #6E6E6E. Windows color (decimal): -14382173 or 10717988. OLE color: 10717988.
HSL color Cylindrical-coordinate representation of color #248BA3: hue angle of 191.34º 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 #248BA3 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 139 | 163 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.36 |
| HSL | 191.34º | 0.64% | 0.39% | - |
| HSV(B) | 191.34º | 0.78% | 0.64% | - |
| XYZ | 16.57 | 21.48 | 37.92 | - |
| YUV | 110.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 163 | 0.78 | 0.15 | 0 | 0.36 | 191.34 | 0.64 | 0.39 |
| Hex | 24 | 8B | A3 | 4E | F | 0 | 24 | BF | 40 | 27 |
| Octal | 44 | 213 | 243 | 116 | 17 | 0 | 44 | 277 | 100 | 47 |
| Binary | 100100 | 10001011 | 10100011 | 1001110 | 1111 | 0 | 100100 | 10111111 | 1000000 | 100111 |
Color Harmonies of #248BA3
Complementary color
Monochromatic Colors of #248BA3
Black with #248BA3
Text Example
Text Example
White with #248BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248BA3; }
p { color: rgb(36,139,163); }
H1.HeaderClassName
{
color: #248BA3;
}
.AnyTagClassName
{
color: #248BA3;
}
</style>
background-color css
<style>
a { background-color: #248BA3; }
a { background-color: rgb(36,139,163); }
div.DivClassName
{
background-color: #248BA3;
}
.BgClassName
{
background-color: #248BA3;
}
</style>
border-color css
<style>
span { border-color: #248BA3; }
span { border-color: rgb(36,139,163); }
td.TdClassName
{
border-color: #248BA3;
}
.TagClassName
{
border-color: #248BA3;
}
</style>