Shades of Scooter #25819E
Tints of Scooter #25819E
RGB
CMYK
RGB Variations
Color information
#25819E (or 0x25819E) is known color: Scooter. HEX triplet: 25, 81 and 9E. RGB value is (37,129,158). Sum of RGB (Red+Green+Blue) = 37+129+158=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #25819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25819E is #DA7E61. Grayscale: #686868. Windows color (decimal): -14319202 or 10387749. OLE color: 10387749.
HSL color Cylindrical-coordinate representation of color #25819E: hue angle of 194.38º 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 #25819E is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 129 | 158 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.38 |
| HSL | 194.38º | 0.62% | 0.38% | - |
| HSV(B) | 194.38º | 0.77% | 0.62% | - |
| XYZ | 14.78 | 18.56 | 35.15 | - |
| YUV | 104.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 158 | 0.77 | 0.18 | 0 | 0.38 | 194.38 | 0.62 | 0.38 |
| Hex | 25 | 81 | 9E | 4D | 12 | 0 | 26 | C2 | 3E | 26 |
| Octal | 45 | 201 | 236 | 115 | 22 | 0 | 46 | 302 | 76 | 46 |
| Binary | 100101 | 10000001 | 10011110 | 1001101 | 10010 | 0 | 100110 | 11000010 | 111110 | 100110 |
Color Harmonies of #25819E
Complementary color
Monochromatic Colors of #25819E
Black with #25819E
Text Example
Text Example
White with #25819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25819E; }
p { color: rgb(37,129,158); }
H1.HeaderClassName
{
color: #25819E;
}
.AnyTagClassName
{
color: #25819E;
}
</style>
background-color css
<style>
a { background-color: #25819E; }
a { background-color: rgb(37,129,158); }
div.DivClassName
{
background-color: #25819E;
}
.BgClassName
{
background-color: #25819E;
}
</style>
border-color css
<style>
span { border-color: #25819E; }
span { border-color: rgb(37,129,158); }
td.TdClassName
{
border-color: #25819E;
}
.TagClassName
{
border-color: #25819E;
}
</style>