Shades of Scooter #25859F
Tints of Scooter #25859F
RGB
CMYK
RGB Variations
Color information
#25859F (or 0x25859F) is known color: Scooter. HEX triplet: 25, 85 and 9F. RGB value is (37,133,159). Sum of RGB (Red+Green+Blue) = 37+133+159=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #25859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25859F is #DA7A60. Grayscale: #6B6B6B. Windows color (decimal): -14318177 or 10454309. OLE color: 10454309.
HSL color Cylindrical-coordinate representation of color #25859F: hue angle of 192.79º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25859F is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 133 | 159 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.38 |
| HSL | 192.79º | 0.62% | 0.38% | - |
| HSV(B) | 192.79º | 0.77% | 0.62% | - |
| XYZ | 15.41 | 19.67 | 35.79 | - |
| YUV | 107.26 | 157.2 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 159 | 0.77 | 0.16 | 0 | 0.38 | 192.79 | 0.62 | 0.38 |
| Hex | 25 | 85 | 9F | 4D | 10 | 0 | 26 | C1 | 3E | 26 |
| Octal | 45 | 205 | 237 | 115 | 20 | 0 | 46 | 301 | 76 | 46 |
| Binary | 100101 | 10000101 | 10011111 | 1001101 | 10000 | 0 | 100110 | 11000001 | 111110 | 100110 |
Color Harmonies of #25859F
Complementary color
Monochromatic Colors of #25859F
Black with #25859F
Text Example
Text Example
White with #25859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25859F; }
p { color: rgb(37,133,159); }
H1.HeaderClassName
{
color: #25859F;
}
.AnyTagClassName
{
color: #25859F;
}
</style>
background-color css
<style>
a { background-color: #25859F; }
a { background-color: rgb(37,133,159); }
div.DivClassName
{
background-color: #25859F;
}
.BgClassName
{
background-color: #25859F;
}
</style>
border-color css
<style>
span { border-color: #25859F; }
span { border-color: rgb(37,133,159); }
td.TdClassName
{
border-color: #25859F;
}
.TagClassName
{
border-color: #25859F;
}
</style>