Shades of Scooter #25899D
Tints of Scooter #25899D
RGB
CMYK
RGB Variations
Color information
#25899D (or 0x25899D) is known color: Scooter. HEX triplet: 25, 89 and 9D. RGB value is (37,137,157). Sum of RGB (Red+Green+Blue) = 37+137+157=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #25899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25899D is #DA7662. Grayscale: #6D6D6D. Windows color (decimal): -14317155 or 10324261. OLE color: 10324261.
HSL color Cylindrical-coordinate representation of color #25899D: hue angle of 190º 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 #25899D is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 137 | 157 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.38 |
| HSL | 190º | 0.62% | 0.38% | - |
| HSV(B) | 190º | 0.76% | 0.62% | - |
| XYZ | 15.79 | 20.72 | 35.07 | - |
| YUV | 109.38 | 154.87 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 157 | 0.76 | 0.13 | 0 | 0.38 | 190 | 0.62 | 0.38 |
| Hex | 25 | 89 | 9D | 4C | D | 0 | 26 | BE | 3E | 26 |
| Octal | 45 | 211 | 235 | 114 | 15 | 0 | 46 | 276 | 76 | 46 |
| Binary | 100101 | 10001001 | 10011101 | 1001100 | 1101 | 0 | 100110 | 10111110 | 111110 | 100110 |
Color Harmonies of #25899D
Complementary color
Monochromatic Colors of #25899D
Black with #25899D
Text Example
Text Example
White with #25899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25899D; }
p { color: rgb(37,137,157); }
H1.HeaderClassName
{
color: #25899D;
}
.AnyTagClassName
{
color: #25899D;
}
</style>
background-color css
<style>
a { background-color: #25899D; }
a { background-color: rgb(37,137,157); }
div.DivClassName
{
background-color: #25899D;
}
.BgClassName
{
background-color: #25899D;
}
</style>
border-color css
<style>
span { border-color: #25899D; }
span { border-color: rgb(37,137,157); }
td.TdClassName
{
border-color: #25899D;
}
.TagClassName
{
border-color: #25899D;
}
</style>