Shades of Scooter #248092
Tints of Scooter #248092
RGB
CMYK
RGB Variations
Color information
#248092 (or 0x248092) is known color: Scooter. HEX triplet: 24, 80 and 92. RGB value is (36,128,146). Sum of RGB (Red+Green+Blue) = 36+128+146=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #248092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248092 is #DB7F6D. Grayscale: #666666. Windows color (decimal): -14385006 or 9601060. OLE color: 9601060.
HSL color Cylindrical-coordinate representation of color #248092: hue angle of 189.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248092 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 128 | 146 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.43 |
| HSL | 189.82º | 0.6% | 0.36% | - |
| HSV(B) | 189.82º | 0.75% | 0.57% | - |
| XYZ | 13.64 | 17.89 | 29.93 | - |
| YUV | 102.54 | 152.52 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 146 | 0.75 | 0.12 | 0 | 0.43 | 189.82 | 0.6 | 0.36 |
| Hex | 24 | 80 | 92 | 4B | C | 0 | 2B | BE | 3C | 24 |
| Octal | 44 | 200 | 222 | 113 | 14 | 0 | 53 | 276 | 74 | 44 |
| Binary | 100100 | 10000000 | 10010010 | 1001011 | 1100 | 0 | 101011 | 10111110 | 111100 | 100100 |
Color Harmonies of #248092
Complementary color
Monochromatic Colors of #248092
Black with #248092
Text Example
Text Example
White with #248092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248092; }
p { color: rgb(36,128,146); }
H1.HeaderClassName
{
color: #248092;
}
.AnyTagClassName
{
color: #248092;
}
</style>
background-color css
<style>
a { background-color: #248092; }
a { background-color: rgb(36,128,146); }
div.DivClassName
{
background-color: #248092;
}
.BgClassName
{
background-color: #248092;
}
</style>
border-color css
<style>
span { border-color: #248092; }
span { border-color: rgb(36,128,146); }
td.TdClassName
{
border-color: #248092;
}
.TagClassName
{
border-color: #248092;
}
</style>