Shades of Scooter #25879C
Tints of Scooter #25879C
RGB
CMYK
RGB Variations
Color information
#25879C (or 0x25879C) is known color: Scooter. HEX triplet: 25, 87 and 9C. RGB value is (37,135,156). Sum of RGB (Red+Green+Blue) = 37+135+156=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #25879C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25879C is #DA7863. Grayscale: #6B6B6B. Windows color (decimal): -14317668 or 10258213. OLE color: 10258213.
HSL color Cylindrical-coordinate representation of color #25879C: hue angle of 190.59º degrees, saturation: 0.62, 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 #25879C is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 135 | 156 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.39 |
| HSL | 190.59º | 0.62% | 0.38% | - |
| HSV(B) | 190.59º | 0.76% | 0.61% | - |
| XYZ | 15.43 | 20.12 | 34.52 | - |
| YUV | 108.09 | 155.03 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 156 | 0.76 | 0.13 | 0 | 0.39 | 190.59 | 0.62 | 0.38 |
| Hex | 25 | 87 | 9C | 4C | D | 0 | 27 | BF | 3E | 26 |
| Octal | 45 | 207 | 234 | 114 | 15 | 0 | 47 | 277 | 76 | 46 |
| Binary | 100101 | 10000111 | 10011100 | 1001100 | 1101 | 0 | 100111 | 10111111 | 111110 | 100110 |
Color Harmonies of #25879C
Complementary color
Monochromatic Colors of #25879C
Black with #25879C
Text Example
Text Example
White with #25879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25879C; }
p { color: rgb(37,135,156); }
H1.HeaderClassName
{
color: #25879C;
}
.AnyTagClassName
{
color: #25879C;
}
</style>
background-color css
<style>
a { background-color: #25879C; }
a { background-color: rgb(37,135,156); }
div.DivClassName
{
background-color: #25879C;
}
.BgClassName
{
background-color: #25879C;
}
</style>
border-color css
<style>
span { border-color: #25879C; }
span { border-color: rgb(37,135,156); }
td.TdClassName
{
border-color: #25879C;
}
.TagClassName
{
border-color: #25879C;
}
</style>