Shades of Scooter #257E94
Tints of Scooter #257E94
RGB
CMYK
RGB Variations
Color information
#257E94 (or 0x257E94) is known color: Scooter. HEX triplet: 25, 7E and 94. RGB value is (37,126,148). Sum of RGB (Red+Green+Blue) = 37+126+148=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #257E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E94 is #DA816B. Grayscale: #656565. Windows color (decimal): -14319980 or 9731621. OLE color: 9731621.
HSL color Cylindrical-coordinate representation of color #257E94: hue angle of 191.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257E94 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 126 | 148 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.42 |
| HSL | 191.89º | 0.6% | 0.36% | - |
| HSV(B) | 191.89º | 0.75% | 0.58% | - |
| XYZ | 13.57 | 17.45 | 30.67 | - |
| YUV | 101.9 | 154.01 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 148 | 0.75 | 0.15 | 0 | 0.42 | 191.89 | 0.6 | 0.36 |
| Hex | 25 | 7E | 94 | 4B | F | 0 | 2A | C0 | 3C | 24 |
| Octal | 45 | 176 | 224 | 113 | 17 | 0 | 52 | 300 | 74 | 44 |
| Binary | 100101 | 1111110 | 10010100 | 1001011 | 1111 | 0 | 101010 | 11000000 | 111100 | 100100 |
Color Harmonies of #257E94
Complementary color
Monochromatic Colors of #257E94
Black with #257E94
Text Example
Text Example
White with #257E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257E94; }
p { color: rgb(37,126,148); }
H1.HeaderClassName
{
color: #257E94;
}
.AnyTagClassName
{
color: #257E94;
}
</style>
background-color css
<style>
a { background-color: #257E94; }
a { background-color: rgb(37,126,148); }
div.DivClassName
{
background-color: #257E94;
}
.BgClassName
{
background-color: #257E94;
}
</style>
border-color css
<style>
span { border-color: #257E94; }
span { border-color: rgb(37,126,148); }
td.TdClassName
{
border-color: #257E94;
}
.TagClassName
{
border-color: #257E94;
}
</style>