Shades of Scooter #258091
Tints of Scooter #258091
RGB
CMYK
RGB Variations
Color information
#258091 (or 0x258091) is known color: Scooter. HEX triplet: 25, 80 and 91. RGB value is (37,128,145). Sum of RGB (Red+Green+Blue) = 37+128+145=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #258091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258091 is #DA7F6E. Grayscale: #666666. Windows color (decimal): -14319471 or 9535525. OLE color: 9535525.
HSL color Cylindrical-coordinate representation of color #258091: hue angle of 189.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258091 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 128 | 145 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.43 |
| HSL | 189.44º | 0.59% | 0.36% | - |
| HSV(B) | 189.44º | 0.74% | 0.57% | - |
| XYZ | 13.59 | 17.88 | 29.52 | - |
| YUV | 102.73 | 151.85 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 145 | 0.74 | 0.12 | 0 | 0.43 | 189.44 | 0.59 | 0.36 |
| Hex | 25 | 80 | 91 | 4A | C | 0 | 2B | BD | 3B | 24 |
| Octal | 45 | 200 | 221 | 112 | 14 | 0 | 53 | 275 | 73 | 44 |
| Binary | 100101 | 10000000 | 10010001 | 1001010 | 1100 | 0 | 101011 | 10111101 | 111011 | 100100 |
Color Harmonies of #258091
Complementary color
Monochromatic Colors of #258091
Black with #258091
Text Example
Text Example
White with #258091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258091; }
p { color: rgb(37,128,145); }
H1.HeaderClassName
{
color: #258091;
}
.AnyTagClassName
{
color: #258091;
}
</style>
background-color css
<style>
a { background-color: #258091; }
a { background-color: rgb(37,128,145); }
div.DivClassName
{
background-color: #258091;
}
.BgClassName
{
background-color: #258091;
}
</style>
border-color css
<style>
span { border-color: #258091; }
span { border-color: rgb(37,128,145); }
td.TdClassName
{
border-color: #258091;
}
.TagClassName
{
border-color: #258091;
}
</style>