Shades of Scooter #248294
Tints of Scooter #248294
RGB
CMYK
RGB Variations
Color information
#248294 (or 0x248294) is known color: Scooter. HEX triplet: 24, 82 and 94. RGB value is (36,130,148). Sum of RGB (Red+Green+Blue) = 36+130+148=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #248294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248294 is #DB7D6B. Grayscale: #676767. Windows color (decimal): -14384492 or 9732644. OLE color: 9732644.
HSL color Cylindrical-coordinate representation of color #248294: hue angle of 189.64º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248294 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 130 | 148 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.42 |
| HSL | 189.64º | 0.61% | 0.36% | - |
| HSV(B) | 189.64º | 0.76% | 0.58% | - |
| XYZ | 14.06 | 18.48 | 30.84 | - |
| YUV | 103.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 148 | 0.76 | 0.12 | 0 | 0.42 | 189.64 | 0.61 | 0.36 |
| Hex | 24 | 82 | 94 | 4C | C | 0 | 2A | BE | 3D | 24 |
| Octal | 44 | 202 | 224 | 114 | 14 | 0 | 52 | 276 | 75 | 44 |
| Binary | 100100 | 10000010 | 10010100 | 1001100 | 1100 | 0 | 101010 | 10111110 | 111101 | 100100 |
Color Harmonies of #248294
Complementary color
Monochromatic Colors of #248294
Black with #248294
Text Example
Text Example
White with #248294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248294; }
p { color: rgb(36,130,148); }
H1.HeaderClassName
{
color: #248294;
}
.AnyTagClassName
{
color: #248294;
}
</style>
background-color css
<style>
a { background-color: #248294; }
a { background-color: rgb(36,130,148); }
div.DivClassName
{
background-color: #248294;
}
.BgClassName
{
background-color: #248294;
}
</style>
border-color css
<style>
span { border-color: #248294; }
span { border-color: rgb(36,130,148); }
td.TdClassName
{
border-color: #248294;
}
.TagClassName
{
border-color: #248294;
}
</style>