Shades of Scooter #258696
Tints of Scooter #258696
RGB
CMYK
RGB Variations
Color information
#258696 (or 0x258696) is known color: Scooter. HEX triplet: 25, 86 and 96. RGB value is (37,134,150). Sum of RGB (Red+Green+Blue) = 37+134+150=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #258696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258696 is #DA7969. Grayscale: #6A6A6A. Windows color (decimal): -14317930 or 9864741. OLE color: 9864741.
HSL color Cylindrical-coordinate representation of color #258696: hue angle of 188.5º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258696 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 134 | 150 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.41 |
| HSL | 188.5º | 0.6% | 0.37% | - |
| HSV(B) | 188.5º | 0.75% | 0.59% | - |
| XYZ | 14.79 | 19.65 | 31.87 | - |
| YUV | 106.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 134 | 150 | 0.75 | 0.11 | 0 | 0.41 | 188.5 | 0.6 | 0.37 |
| Hex | 25 | 86 | 96 | 4B | B | 0 | 29 | BC | 3C | 25 |
| Octal | 45 | 206 | 226 | 113 | 13 | 0 | 51 | 274 | 74 | 45 |
| Binary | 100101 | 10000110 | 10010110 | 1001011 | 1011 | 0 | 101001 | 10111100 | 111100 | 100101 |
Color Harmonies of #258696
Complementary color
Monochromatic Colors of #258696
Black with #258696
Text Example
Text Example
White with #258696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258696; }
p { color: rgb(37,134,150); }
H1.HeaderClassName
{
color: #258696;
}
.AnyTagClassName
{
color: #258696;
}
</style>
background-color css
<style>
a { background-color: #258696; }
a { background-color: rgb(37,134,150); }
div.DivClassName
{
background-color: #258696;
}
.BgClassName
{
background-color: #258696;
}
</style>
border-color css
<style>
span { border-color: #258696; }
span { border-color: rgb(37,134,150); }
td.TdClassName
{
border-color: #258696;
}
.TagClassName
{
border-color: #258696;
}
</style>