Shades of Scooter #258292
Tints of Scooter #258292
RGB
CMYK
RGB Variations
Color information
#258292 (or 0x258292) is known color: Scooter. HEX triplet: 25, 82 and 92. RGB value is (37,130,146). Sum of RGB (Red+Green+Blue) = 37+130+146=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #258292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258292 is #DA7D6D. Grayscale: #676767. Windows color (decimal): -14318958 or 9601573. OLE color: 9601573.
HSL color Cylindrical-coordinate representation of color #258292: hue angle of 188.81º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258292 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 130 | 146 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.43 |
| HSL | 188.81º | 0.6% | 0.36% | - |
| HSV(B) | 188.81º | 0.75% | 0.57% | - |
| XYZ | 13.93 | 18.43 | 30.02 | - |
| YUV | 104.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 146 | 0.75 | 0.11 | 0 | 0.43 | 188.81 | 0.6 | 0.36 |
| Hex | 25 | 82 | 92 | 4B | B | 0 | 2B | BD | 3C | 24 |
| Octal | 45 | 202 | 222 | 113 | 13 | 0 | 53 | 275 | 74 | 44 |
| Binary | 100101 | 10000010 | 10010010 | 1001011 | 1011 | 0 | 101011 | 10111101 | 111100 | 100100 |
Color Harmonies of #258292
Complementary color
Monochromatic Colors of #258292
Black with #258292
Text Example
Text Example
White with #258292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258292; }
p { color: rgb(37,130,146); }
H1.HeaderClassName
{
color: #258292;
}
.AnyTagClassName
{
color: #258292;
}
</style>
background-color css
<style>
a { background-color: #258292; }
a { background-color: rgb(37,130,146); }
div.DivClassName
{
background-color: #258292;
}
.BgClassName
{
background-color: #258292;
}
</style>
border-color css
<style>
span { border-color: #258292; }
span { border-color: rgb(37,130,146); }
td.TdClassName
{
border-color: #258292;
}
.TagClassName
{
border-color: #258292;
}
</style>