Shades of Scooter #258299
Tints of Scooter #258299
RGB
CMYK
RGB Variations
Color information
#258299 (or 0x258299) is known color: Scooter. HEX triplet: 25, 82 and 99. RGB value is (37,130,153). Sum of RGB (Red+Green+Blue) = 37+130+153=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #258299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258299 is #DA7D66. Grayscale: #686868. Windows color (decimal): -14318951 or 10060325. OLE color: 10060325.
HSL color Cylindrical-coordinate representation of color #258299: hue angle of 191.9º 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 #258299 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 130 | 153 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.4 |
| HSL | 191.9º | 0.61% | 0.37% | - |
| HSV(B) | 191.9º | 0.76% | 0.6% | - |
| XYZ | 14.5 | 18.66 | 32.97 | - |
| YUV | 104.82 | 155.19 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 153 | 0.76 | 0.15 | 0 | 0.4 | 191.9 | 0.61 | 0.37 |
| Hex | 25 | 82 | 99 | 4C | F | 0 | 28 | C0 | 3D | 25 |
| Octal | 45 | 202 | 231 | 114 | 17 | 0 | 50 | 300 | 75 | 45 |
| Binary | 100101 | 10000010 | 10011001 | 1001100 | 1111 | 0 | 101000 | 11000000 | 111101 | 100101 |
Color Harmonies of #258299
Complementary color
Monochromatic Colors of #258299
Black with #258299
Text Example
Text Example
White with #258299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258299; }
p { color: rgb(37,130,153); }
H1.HeaderClassName
{
color: #258299;
}
.AnyTagClassName
{
color: #258299;
}
</style>
background-color css
<style>
a { background-color: #258299; }
a { background-color: rgb(37,130,153); }
div.DivClassName
{
background-color: #258299;
}
.BgClassName
{
background-color: #258299;
}
</style>
border-color css
<style>
span { border-color: #258299; }
span { border-color: rgb(37,130,153); }
td.TdClassName
{
border-color: #258299;
}
.TagClassName
{
border-color: #258299;
}
</style>