Shades of Scooter #257B98
Tints of Scooter #257B98
RGB
CMYK
RGB Variations
Color information
#257B98 (or 0x257B98) is known color: Scooter. HEX triplet: 25, 7B and 98. RGB value is (37,123,152). Sum of RGB (Red+Green+Blue) = 37+123+152=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #257B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257B98 is #DA8467. Grayscale: #646464. Windows color (decimal): -14320744 or 9992997. OLE color: 9992997.
HSL color Cylindrical-coordinate representation of color #257B98: hue angle of 195.13º 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 #257B98 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 123 | 152 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.40 |
| HSL | 195.13º | 0.61% | 0.37% | - |
| HSV(B) | 195.13º | 0.76% | 0.6% | - |
| XYZ | 13.51 | 16.83 | 32.24 | - |
| YUV | 100.59 | 157.01 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 152 | 0.76 | 0.19 | 0 | 0.40 | 195.13 | 0.61 | 0.37 |
| Hex | 25 | 7B | 98 | 4C | 13 | 0 | 28 | C3 | 3D | 25 |
| Octal | 45 | 173 | 230 | 114 | 23 | 0 | 50 | 303 | 75 | 45 |
| Binary | 100101 | 1111011 | 10011000 | 1001100 | 10011 | 0 | 101000 | 11000011 | 111101 | 100101 |
Color Harmonies of #257B98
Complementary color
Monochromatic Colors of #257B98
Black with #257B98
Text Example
Text Example
White with #257B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257B98; }
p { color: rgb(37,123,152); }
H1.HeaderClassName
{
color: #257B98;
}
.AnyTagClassName
{
color: #257B98;
}
</style>
background-color css
<style>
a { background-color: #257B98; }
a { background-color: rgb(37,123,152); }
div.DivClassName
{
background-color: #257B98;
}
.BgClassName
{
background-color: #257B98;
}
</style>
border-color css
<style>
span { border-color: #257B98; }
span { border-color: rgb(37,123,152); }
td.TdClassName
{
border-color: #257B98;
}
.TagClassName
{
border-color: #257B98;
}
</style>