Shades of Scooter #257C94
Tints of Scooter #257C94
RGB
CMYK
RGB Variations
Color information
#257C94 (or 0x257C94) is known color: Scooter. HEX triplet: 25, 7C and 94. RGB value is (37,124,148). Sum of RGB (Red+Green+Blue) = 37+124+148=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #257C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C94 is #DA836B. Grayscale: #646464. Windows color (decimal): -14320492 or 9731109. OLE color: 9731109.
HSL color Cylindrical-coordinate representation of color #257C94: hue angle of 192.97º 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 #257C94 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 124 | 148 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.42 |
| HSL | 192.97º | 0.6% | 0.36% | - |
| HSV(B) | 192.97º | 0.75% | 0.58% | - |
| XYZ | 13.32 | 16.95 | 30.59 | - |
| YUV | 100.72 | 154.68 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 148 | 0.75 | 0.16 | 0 | 0.42 | 192.97 | 0.6 | 0.36 |
| Hex | 25 | 7C | 94 | 4B | 10 | 0 | 2A | C1 | 3C | 24 |
| Octal | 45 | 174 | 224 | 113 | 20 | 0 | 52 | 301 | 74 | 44 |
| Binary | 100101 | 1111100 | 10010100 | 1001011 | 10000 | 0 | 101010 | 11000001 | 111100 | 100100 |
Color Harmonies of #257C94
Complementary color
Monochromatic Colors of #257C94
Black with #257C94
Text Example
Text Example
White with #257C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C94; }
p { color: rgb(37,124,148); }
H1.HeaderClassName
{
color: #257C94;
}
.AnyTagClassName
{
color: #257C94;
}
</style>
background-color css
<style>
a { background-color: #257C94; }
a { background-color: rgb(37,124,148); }
div.DivClassName
{
background-color: #257C94;
}
.BgClassName
{
background-color: #257C94;
}
</style>
border-color css
<style>
span { border-color: #257C94; }
span { border-color: rgb(37,124,148); }
td.TdClassName
{
border-color: #257C94;
}
.TagClassName
{
border-color: #257C94;
}
</style>