Shades of Scooter #258398
Tints of Scooter #258398
RGB
CMYK
RGB Variations
Color information
#258398 (or 0x258398) is known color: Scooter. HEX triplet: 25, 83 and 98. RGB value is (37,131,152). Sum of RGB (Red+Green+Blue) = 37+131+152=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #258398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258398 is #DA7C67. Grayscale: #696969. Windows color (decimal): -14318696 or 9995045. OLE color: 9995045.
HSL color Cylindrical-coordinate representation of color #258398: hue angle of 190.96º 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 #258398 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 131 | 152 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.40 |
| HSL | 190.96º | 0.61% | 0.37% | - |
| HSV(B) | 190.96º | 0.76% | 0.6% | - |
| XYZ | 14.55 | 18.89 | 32.59 | - |
| YUV | 105.29 | 154.36 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 131 | 152 | 0.76 | 0.14 | 0 | 0.40 | 190.96 | 0.61 | 0.37 |
| Hex | 25 | 83 | 98 | 4C | E | 0 | 28 | BF | 3D | 25 |
| Octal | 45 | 203 | 230 | 114 | 16 | 0 | 50 | 277 | 75 | 45 |
| Binary | 100101 | 10000011 | 10011000 | 1001100 | 1110 | 0 | 101000 | 10111111 | 111101 | 100101 |
Color Harmonies of #258398
Complementary color
Monochromatic Colors of #258398
Black with #258398
Text Example
Text Example
White with #258398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258398; }
p { color: rgb(37,131,152); }
H1.HeaderClassName
{
color: #258398;
}
.AnyTagClassName
{
color: #258398;
}
</style>
background-color css
<style>
a { background-color: #258398; }
a { background-color: rgb(37,131,152); }
div.DivClassName
{
background-color: #258398;
}
.BgClassName
{
background-color: #258398;
}
</style>
border-color css
<style>
span { border-color: #258398; }
span { border-color: rgb(37,131,152); }
td.TdClassName
{
border-color: #258398;
}
.TagClassName
{
border-color: #258398;
}
</style>