Shades of Scooter #258199
Tints of Scooter #258199
RGB
CMYK
RGB Variations
Color information
#258199 (or 0x258199) is known color: Scooter. HEX triplet: 25, 81 and 99. RGB value is (37,129,153). Sum of RGB (Red+Green+Blue) = 37+129+153=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #258199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258199 is #DA7E66. Grayscale: #686868. Windows color (decimal): -14319207 or 10060069. OLE color: 10060069.
HSL color Cylindrical-coordinate representation of color #258199: hue angle of 192.41º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258199 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 129 | 153 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.4 |
| HSL | 192.41º | 0.61% | 0.37% | - |
| HSV(B) | 192.41º | 0.76% | 0.6% | - |
| XYZ | 14.36 | 18.39 | 32.93 | - |
| YUV | 104.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 153 | 0.76 | 0.16 | 0 | 0.4 | 192.41 | 0.61 | 0.37 |
| Hex | 25 | 81 | 99 | 4C | 10 | 0 | 28 | C0 | 3D | 25 |
| Octal | 45 | 201 | 231 | 114 | 20 | 0 | 50 | 300 | 75 | 45 |
| Binary | 100101 | 10000001 | 10011001 | 1001100 | 10000 | 0 | 101000 | 11000000 | 111101 | 100101 |
Color Harmonies of #258199
Complementary color
Monochromatic Colors of #258199
Black with #258199
Text Example
Text Example
White with #258199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258199; }
p { color: rgb(37,129,153); }
H1.HeaderClassName
{
color: #258199;
}
.AnyTagClassName
{
color: #258199;
}
</style>
background-color css
<style>
a { background-color: #258199; }
a { background-color: rgb(37,129,153); }
div.DivClassName
{
background-color: #258199;
}
.BgClassName
{
background-color: #258199;
}
</style>
border-color css
<style>
span { border-color: #258199; }
span { border-color: rgb(37,129,153); }
td.TdClassName
{
border-color: #258199;
}
.TagClassName
{
border-color: #258199;
}
</style>