Shades of Scooter #25809C
Tints of Scooter #25809C
RGB
CMYK
RGB Variations
Color information
#25809C (or 0x25809C) is known color: Scooter. HEX triplet: 25, 80 and 9C. RGB value is (37,128,156). Sum of RGB (Red+Green+Blue) = 37+128+156=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #25809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25809C is #DA7F63. Grayscale: #676767. Windows color (decimal): -14319460 or 10256421. OLE color: 10256421.
HSL color Cylindrical-coordinate representation of color #25809C: hue angle of 194.12º 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 #25809C is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 128 | 156 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.39 |
| HSL | 194.12º | 0.62% | 0.38% | - |
| HSV(B) | 194.12º | 0.76% | 0.61% | - |
| XYZ | 14.48 | 18.23 | 34.21 | - |
| YUV | 103.98 | 157.35 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 156 | 0.76 | 0.18 | 0 | 0.39 | 194.12 | 0.62 | 0.38 |
| Hex | 25 | 80 | 9C | 4C | 12 | 0 | 27 | C2 | 3E | 26 |
| Octal | 45 | 200 | 234 | 114 | 22 | 0 | 47 | 302 | 76 | 46 |
| Binary | 100101 | 10000000 | 10011100 | 1001100 | 10010 | 0 | 100111 | 11000010 | 111110 | 100110 |
Color Harmonies of #25809C
Complementary color
Monochromatic Colors of #25809C
Black with #25809C
Text Example
Text Example
White with #25809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25809C; }
p { color: rgb(37,128,156); }
H1.HeaderClassName
{
color: #25809C;
}
.AnyTagClassName
{
color: #25809C;
}
</style>
background-color css
<style>
a { background-color: #25809C; }
a { background-color: rgb(37,128,156); }
div.DivClassName
{
background-color: #25809C;
}
.BgClassName
{
background-color: #25809C;
}
</style>
border-color css
<style>
span { border-color: #25809C; }
span { border-color: rgb(37,128,156); }
td.TdClassName
{
border-color: #25809C;
}
.TagClassName
{
border-color: #25809C;
}
</style>