Shades of Scooter #257D99
Tints of Scooter #257D99
RGB
CMYK
RGB Variations
Color information
#257D99 (or 0x257D99) is known color: Scooter. HEX triplet: 25, 7D and 99. RGB value is (37,125,153). Sum of RGB (Red+Green+Blue) = 37+125+153=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #257D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257D99 is #DA8266. Grayscale: #656565. Windows color (decimal): -14320231 or 10059045. OLE color: 10059045.
HSL color Cylindrical-coordinate representation of color #257D99: hue angle of 194.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257D99 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 125 | 153 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.4 |
| HSL | 194.48º | 0.61% | 0.37% | - |
| HSV(B) | 194.48º | 0.76% | 0.6% | - |
| XYZ | 13.85 | 17.36 | 32.76 | - |
| YUV | 101.88 | 156.85 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 153 | 0.76 | 0.18 | 0 | 0.4 | 194.48 | 0.61 | 0.37 |
| Hex | 25 | 7D | 99 | 4C | 12 | 0 | 28 | C2 | 3D | 25 |
| Octal | 45 | 175 | 231 | 114 | 22 | 0 | 50 | 302 | 75 | 45 |
| Binary | 100101 | 1111101 | 10011001 | 1001100 | 10010 | 0 | 101000 | 11000010 | 111101 | 100101 |
Color Harmonies of #257D99
Complementary color
Monochromatic Colors of #257D99
Black with #257D99
Text Example
Text Example
White with #257D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D99; }
p { color: rgb(37,125,153); }
H1.HeaderClassName
{
color: #257D99;
}
.AnyTagClassName
{
color: #257D99;
}
</style>
background-color css
<style>
a { background-color: #257D99; }
a { background-color: rgb(37,125,153); }
div.DivClassName
{
background-color: #257D99;
}
.BgClassName
{
background-color: #257D99;
}
</style>
border-color css
<style>
span { border-color: #257D99; }
span { border-color: rgb(37,125,153); }
td.TdClassName
{
border-color: #257D99;
}
.TagClassName
{
border-color: #257D99;
}
</style>