Shades of Scooter #25819C
Tints of Scooter #25819C
RGB
CMYK
RGB Variations
Color information
#25819C (or 0x25819C) is known color: Scooter. HEX triplet: 25, 81 and 9C. RGB value is (37,129,156). Sum of RGB (Red+Green+Blue) = 37+129+156=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #25819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25819C is #DA7E63. Grayscale: #686868. Windows color (decimal): -14319204 or 10256677. OLE color: 10256677.
HSL color Cylindrical-coordinate representation of color #25819C: hue angle of 193.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 #25819C is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 129 | 156 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.39 |
| HSL | 193.61º | 0.62% | 0.38% | - |
| HSV(B) | 193.61º | 0.76% | 0.61% | - |
| XYZ | 14.61 | 18.49 | 34.25 | - |
| YUV | 104.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 156 | 0.76 | 0.17 | 0 | 0.39 | 193.61 | 0.62 | 0.38 |
| Hex | 25 | 81 | 9C | 4C | 11 | 0 | 27 | C2 | 3E | 26 |
| Octal | 45 | 201 | 234 | 114 | 21 | 0 | 47 | 302 | 76 | 46 |
| Binary | 100101 | 10000001 | 10011100 | 1001100 | 10001 | 0 | 100111 | 11000010 | 111110 | 100110 |
Color Harmonies of #25819C
Complementary color
Monochromatic Colors of #25819C
Black with #25819C
Text Example
Text Example
White with #25819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25819C; }
p { color: rgb(37,129,156); }
H1.HeaderClassName
{
color: #25819C;
}
.AnyTagClassName
{
color: #25819C;
}
</style>
background-color css
<style>
a { background-color: #25819C; }
a { background-color: rgb(37,129,156); }
div.DivClassName
{
background-color: #25819C;
}
.BgClassName
{
background-color: #25819C;
}
</style>
border-color css
<style>
span { border-color: #25819C; }
span { border-color: rgb(37,129,156); }
td.TdClassName
{
border-color: #25819C;
}
.TagClassName
{
border-color: #25819C;
}
</style>