Shades of Scooter #258295
Tints of Scooter #258295
RGB
CMYK
RGB Variations
Color information
#258295 (or 0x258295) is known color: Scooter. HEX triplet: 25, 82 and 95. RGB value is (37,130,149). Sum of RGB (Red+Green+Blue) = 37+130+149=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #258295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258295 is #DA7D6A. Grayscale: #686868. Windows color (decimal): -14318955 or 9798181. OLE color: 9798181.
HSL color Cylindrical-coordinate representation of color #258295: hue angle of 190.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258295 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 130 | 149 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.42 |
| HSL | 190.18º | 0.6% | 0.36% | - |
| HSV(B) | 190.18º | 0.75% | 0.58% | - |
| XYZ | 14.17 | 18.53 | 31.26 | - |
| YUV | 104.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 149 | 0.75 | 0.13 | 0 | 0.42 | 190.18 | 0.6 | 0.36 |
| Hex | 25 | 82 | 95 | 4B | D | 0 | 2A | BE | 3C | 24 |
| Octal | 45 | 202 | 225 | 113 | 15 | 0 | 52 | 276 | 74 | 44 |
| Binary | 100101 | 10000010 | 10010101 | 1001011 | 1101 | 0 | 101010 | 10111110 | 111100 | 100100 |
Color Harmonies of #258295
Complementary color
Monochromatic Colors of #258295
Black with #258295
Text Example
Text Example
White with #258295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258295; }
p { color: rgb(37,130,149); }
H1.HeaderClassName
{
color: #258295;
}
.AnyTagClassName
{
color: #258295;
}
</style>
background-color css
<style>
a { background-color: #258295; }
a { background-color: rgb(37,130,149); }
div.DivClassName
{
background-color: #258295;
}
.BgClassName
{
background-color: #258295;
}
</style>
border-color css
<style>
span { border-color: #258295; }
span { border-color: rgb(37,130,149); }
td.TdClassName
{
border-color: #258295;
}
.TagClassName
{
border-color: #258295;
}
</style>