Shades of Scooter #25899B
Tints of Scooter #25899B
RGB
CMYK
RGB Variations
Color information
#25899B (or 0x25899B) is known color: Scooter. HEX triplet: 25, 89 and 9B. RGB value is (37,137,155). Sum of RGB (Red+Green+Blue) = 37+137+155=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #25899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25899B is #DA7664. Grayscale: #6C6C6C. Windows color (decimal): -14317157 or 10193189. OLE color: 10193189.
HSL color Cylindrical-coordinate representation of color #25899B: hue angle of 189.15º degrees, saturation: 0.61, 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 #25899B is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 137 | 155 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.39 |
| HSL | 189.15º | 0.61% | 0.38% | - |
| HSV(B) | 189.15º | 0.76% | 0.61% | - |
| XYZ | 15.63 | 20.65 | 34.17 | - |
| YUV | 109.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 155 | 0.76 | 0.12 | 0 | 0.39 | 189.15 | 0.61 | 0.38 |
| Hex | 25 | 89 | 9B | 4C | C | 0 | 27 | BD | 3D | 26 |
| Octal | 45 | 211 | 233 | 114 | 14 | 0 | 47 | 275 | 75 | 46 |
| Binary | 100101 | 10001001 | 10011011 | 1001100 | 1100 | 0 | 100111 | 10111101 | 111101 | 100110 |
Color Harmonies of #25899B
Complementary color
Monochromatic Colors of #25899B
Black with #25899B
Text Example
Text Example
White with #25899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25899B; }
p { color: rgb(37,137,155); }
H1.HeaderClassName
{
color: #25899B;
}
.AnyTagClassName
{
color: #25899B;
}
</style>
background-color css
<style>
a { background-color: #25899B; }
a { background-color: rgb(37,137,155); }
div.DivClassName
{
background-color: #25899B;
}
.BgClassName
{
background-color: #25899B;
}
</style>
border-color css
<style>
span { border-color: #25899B; }
span { border-color: rgb(37,137,155); }
td.TdClassName
{
border-color: #25899B;
}
.TagClassName
{
border-color: #25899B;
}
</style>