Shades of Scooter #257F91
Tints of Scooter #257F91
RGB
CMYK
RGB Variations
Color information
#257F91 (or 0x257F91) is known color: Scooter. HEX triplet: 25, 7F and 91. RGB value is (37,127,145). Sum of RGB (Red+Green+Blue) = 37+127+145=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #257F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F91 is #DA806E. Grayscale: #656565. Windows color (decimal): -14319727 or 9535269. OLE color: 9535269.
HSL color Cylindrical-coordinate representation of color #257F91: hue angle of 190º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257F91 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 127 | 145 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.43 |
| HSL | 190º | 0.59% | 0.36% | - |
| HSV(B) | 190º | 0.74% | 0.57% | - |
| XYZ | 13.46 | 17.62 | 29.48 | - |
| YUV | 102.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 145 | 0.74 | 0.12 | 0 | 0.43 | 190 | 0.59 | 0.36 |
| Hex | 25 | 7F | 91 | 4A | C | 0 | 2B | BE | 3B | 24 |
| Octal | 45 | 177 | 221 | 112 | 14 | 0 | 53 | 276 | 73 | 44 |
| Binary | 100101 | 1111111 | 10010001 | 1001010 | 1100 | 0 | 101011 | 10111110 | 111011 | 100100 |
Color Harmonies of #257F91
Complementary color
Monochromatic Colors of #257F91
Black with #257F91
Text Example
Text Example
White with #257F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F91; }
p { color: rgb(37,127,145); }
H1.HeaderClassName
{
color: #257F91;
}
.AnyTagClassName
{
color: #257F91;
}
</style>
background-color css
<style>
a { background-color: #257F91; }
a { background-color: rgb(37,127,145); }
div.DivClassName
{
background-color: #257F91;
}
.BgClassName
{
background-color: #257F91;
}
</style>
border-color css
<style>
span { border-color: #257F91; }
span { border-color: rgb(37,127,145); }
td.TdClassName
{
border-color: #257F91;
}
.TagClassName
{
border-color: #257F91;
}
</style>