Shades of Scooter #257C9B
Tints of Scooter #257C9B
RGB
CMYK
RGB Variations
Color information
#257C9B (or 0x257C9B) is known color: Scooter. HEX triplet: 25, 7C and 9B. RGB value is (37,124,155). Sum of RGB (Red+Green+Blue) = 37+124+155=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #257C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C9B is #DA8364. Grayscale: #656565. Windows color (decimal): -14320485 or 10189861. OLE color: 10189861.
HSL color Cylindrical-coordinate representation of color #257C9B: hue angle of 195.76º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257C9B is Cyan = 0.76, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 124 | 155 | - |
| CMYK | 0.76 | 0.2 | 0 | 0.39 |
| HSL | 195.76º | 0.61% | 0.38% | - |
| HSV(B) | 195.76º | 0.76% | 0.61% | - |
| XYZ | 13.89 | 17.18 | 33.59 | - |
| YUV | 101.52 | 158.18 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 155 | 0.76 | 0.2 | 0 | 0.39 | 195.76 | 0.61 | 0.38 |
| Hex | 25 | 7C | 9B | 4C | 14 | 0 | 27 | C4 | 3D | 26 |
| Octal | 45 | 174 | 233 | 114 | 24 | 0 | 47 | 304 | 75 | 46 |
| Binary | 100101 | 1111100 | 10011011 | 1001100 | 10100 | 0 | 100111 | 11000100 | 111101 | 100110 |
Color Harmonies of #257C9B
Complementary color
Monochromatic Colors of #257C9B
Black with #257C9B
Text Example
Text Example
White with #257C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C9B; }
p { color: rgb(37,124,155); }
H1.HeaderClassName
{
color: #257C9B;
}
.AnyTagClassName
{
color: #257C9B;
}
</style>
background-color css
<style>
a { background-color: #257C9B; }
a { background-color: rgb(37,124,155); }
div.DivClassName
{
background-color: #257C9B;
}
.BgClassName
{
background-color: #257C9B;
}
</style>
border-color css
<style>
span { border-color: #257C9B; }
span { border-color: rgb(37,124,155); }
td.TdClassName
{
border-color: #257C9B;
}
.TagClassName
{
border-color: #257C9B;
}
</style>