Shades of Scooter #25839D
Tints of Scooter #25839D
RGB
CMYK
RGB Variations
Color information
#25839D (or 0x25839D) is known color: Scooter. HEX triplet: 25, 83 and 9D. RGB value is (37,131,157). Sum of RGB (Red+Green+Blue) = 37+131+157=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #25839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25839D is #DA7C62. Grayscale: #696969. Windows color (decimal): -14318691 or 10322725. OLE color: 10322725.
HSL color Cylindrical-coordinate representation of color #25839D: hue angle of 193º 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 #25839D is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 131 | 157 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.38 |
| HSL | 193º | 0.62% | 0.38% | - |
| HSV(B) | 193º | 0.76% | 0.62% | - |
| XYZ | 14.97 | 19.06 | 34.79 | - |
| YUV | 105.86 | 156.86 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 131 | 157 | 0.76 | 0.17 | 0 | 0.38 | 193 | 0.62 | 0.38 |
| Hex | 25 | 83 | 9D | 4C | 11 | 0 | 26 | C1 | 3E | 26 |
| Octal | 45 | 203 | 235 | 114 | 21 | 0 | 46 | 301 | 76 | 46 |
| Binary | 100101 | 10000011 | 10011101 | 1001100 | 10001 | 0 | 100110 | 11000001 | 111110 | 100110 |
Color Harmonies of #25839D
Complementary color
Monochromatic Colors of #25839D
Black with #25839D
Text Example
Text Example
White with #25839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25839D; }
p { color: rgb(37,131,157); }
H1.HeaderClassName
{
color: #25839D;
}
.AnyTagClassName
{
color: #25839D;
}
</style>
background-color css
<style>
a { background-color: #25839D; }
a { background-color: rgb(37,131,157); }
div.DivClassName
{
background-color: #25839D;
}
.BgClassName
{
background-color: #25839D;
}
</style>
border-color css
<style>
span { border-color: #25839D; }
span { border-color: rgb(37,131,157); }
td.TdClassName
{
border-color: #25839D;
}
.TagClassName
{
border-color: #25839D;
}
</style>