Shades of Scooter #25879D
Tints of Scooter #25879D
RGB
CMYK
RGB Variations
Color information
#25879D (or 0x25879D) is known color: Scooter. HEX triplet: 25, 87 and 9D. RGB value is (37,135,157). Sum of RGB (Red+Green+Blue) = 37+135+157=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #25879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25879D is #DA7862. Grayscale: #6C6C6C. Windows color (decimal): -14317667 or 10323749. OLE color: 10323749.
HSL color Cylindrical-coordinate representation of color #25879D: hue angle of 191º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25879D is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 135 | 157 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.38 |
| HSL | 191º | 0.62% | 0.38% | - |
| HSV(B) | 191º | 0.76% | 0.62% | - |
| XYZ | 15.51 | 20.16 | 34.97 | - |
| YUV | 108.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 157 | 0.76 | 0.14 | 0 | 0.38 | 191 | 0.62 | 0.38 |
| Hex | 25 | 87 | 9D | 4C | E | 0 | 26 | BF | 3E | 26 |
| Octal | 45 | 207 | 235 | 114 | 16 | 0 | 46 | 277 | 76 | 46 |
| Binary | 100101 | 10000111 | 10011101 | 1001100 | 1110 | 0 | 100110 | 10111111 | 111110 | 100110 |
Color Harmonies of #25879D
Complementary color
Monochromatic Colors of #25879D
Black with #25879D
Text Example
Text Example
White with #25879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25879D; }
p { color: rgb(37,135,157); }
H1.HeaderClassName
{
color: #25879D;
}
.AnyTagClassName
{
color: #25879D;
}
</style>
background-color css
<style>
a { background-color: #25879D; }
a { background-color: rgb(37,135,157); }
div.DivClassName
{
background-color: #25879D;
}
.BgClassName
{
background-color: #25879D;
}
</style>
border-color css
<style>
span { border-color: #25879D; }
span { border-color: rgb(37,135,157); }
td.TdClassName
{
border-color: #25879D;
}
.TagClassName
{
border-color: #25879D;
}
</style>