Shades of Scooter #25839C
Tints of Scooter #25839C
RGB
CMYK
RGB Variations
Color information
#25839C (or 0x25839C) is known color: Scooter. HEX triplet: 25, 83 and 9C. RGB value is (37,131,156). Sum of RGB (Red+Green+Blue) = 37+131+156=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #25839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25839C is #DA7C63. Grayscale: #696969. Windows color (decimal): -14318692 or 10257189. OLE color: 10257189.
HSL color Cylindrical-coordinate representation of color #25839C: hue angle of 192.61º 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 #25839C is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 131 | 156 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.39 |
| HSL | 192.61º | 0.62% | 0.38% | - |
| HSV(B) | 192.61º | 0.76% | 0.61% | - |
| XYZ | 14.88 | 19.03 | 34.34 | - |
| YUV | 105.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 131 | 156 | 0.76 | 0.16 | 0 | 0.39 | 192.61 | 0.62 | 0.38 |
| Hex | 25 | 83 | 9C | 4C | 10 | 0 | 27 | C1 | 3E | 26 |
| Octal | 45 | 203 | 234 | 114 | 20 | 0 | 47 | 301 | 76 | 46 |
| Binary | 100101 | 10000011 | 10011100 | 1001100 | 10000 | 0 | 100111 | 11000001 | 111110 | 100110 |
Color Harmonies of #25839C
Complementary color
Monochromatic Colors of #25839C
Black with #25839C
Text Example
Text Example
White with #25839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25839C; }
p { color: rgb(37,131,156); }
H1.HeaderClassName
{
color: #25839C;
}
.AnyTagClassName
{
color: #25839C;
}
</style>
background-color css
<style>
a { background-color: #25839C; }
a { background-color: rgb(37,131,156); }
div.DivClassName
{
background-color: #25839C;
}
.BgClassName
{
background-color: #25839C;
}
</style>
border-color css
<style>
span { border-color: #25839C; }
span { border-color: rgb(37,131,156); }
td.TdClassName
{
border-color: #25839C;
}
.TagClassName
{
border-color: #25839C;
}
</style>