Shades of Scooter #258592
Tints of Scooter #258592
RGB
CMYK
RGB Variations
Color information
#258592 (or 0x258592) is known color: Scooter. HEX triplet: 25, 85 and 92. RGB value is (37,133,146). Sum of RGB (Red+Green+Blue) = 37+133+146=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #258592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258592 is #DA7A6D. Grayscale: #696969. Windows color (decimal): -14318190 or 9602341. OLE color: 9602341.
HSL color Cylindrical-coordinate representation of color #258592: hue angle of 187.16º 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 #258592 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 133 | 146 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.43 |
| HSL | 187.16º | 0.6% | 0.36% | - |
| HSV(B) | 187.16º | 0.75% | 0.57% | - |
| XYZ | 14.34 | 19.24 | 30.15 | - |
| YUV | 105.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 146 | 0.75 | 0.09 | 0 | 0.43 | 187.16 | 0.6 | 0.36 |
| Hex | 25 | 85 | 92 | 4B | 9 | 0 | 2B | BB | 3C | 24 |
| Octal | 45 | 205 | 222 | 113 | 11 | 0 | 53 | 273 | 74 | 44 |
| Binary | 100101 | 10000101 | 10010010 | 1001011 | 1001 | 0 | 101011 | 10111011 | 111100 | 100100 |
Color Harmonies of #258592
Complementary color
Monochromatic Colors of #258592
Black with #258592
Text Example
Text Example
White with #258592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258592; }
p { color: rgb(37,133,146); }
H1.HeaderClassName
{
color: #258592;
}
.AnyTagClassName
{
color: #258592;
}
</style>
background-color css
<style>
a { background-color: #258592; }
a { background-color: rgb(37,133,146); }
div.DivClassName
{
background-color: #258592;
}
.BgClassName
{
background-color: #258592;
}
</style>
border-color css
<style>
span { border-color: #258592; }
span { border-color: rgb(37,133,146); }
td.TdClassName
{
border-color: #258592;
}
.TagClassName
{
border-color: #258592;
}
</style>