Shades of Scooter #258BA8
Tints of Scooter #258BA8
RGB
CMYK
RGB Variations
Color information
#258BA8 (or 0x258BA8) is known color: Scooter. HEX triplet: 25, 8B and A8. RGB value is (37,139,168). Sum of RGB (Red+Green+Blue) = 37+139+168=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #258BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258BA8 is #DA7457. Grayscale: #6F6F6F. Windows color (decimal): -14316632 or 11045669. OLE color: 11045669.
HSL color Cylindrical-coordinate representation of color #258BA8: hue angle of 193.28º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #258BA8 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 139 | 168 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.34 |
| HSL | 193.28º | 0.64% | 0.4% | - |
| HSV(B) | 193.28º | 0.78% | 0.66% | - |
| XYZ | 17.06 | 21.69 | 40.33 | - |
| YUV | 111.81 | 159.71 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 168 | 0.78 | 0.17 | 0 | 0.34 | 193.28 | 0.64 | 0.4 |
| Hex | 25 | 8B | A8 | 4E | 11 | 0 | 22 | C1 | 40 | 28 |
| Octal | 45 | 213 | 250 | 116 | 21 | 0 | 42 | 301 | 100 | 50 |
| Binary | 100101 | 10001011 | 10101000 | 1001110 | 10001 | 0 | 100010 | 11000001 | 1000000 | 101000 |
Color Harmonies of #258BA8
Complementary color
Monochromatic Colors of #258BA8
Black with #258BA8
Text Example
Text Example
White with #258BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BA8; }
p { color: rgb(37,139,168); }
H1.HeaderClassName
{
color: #258BA8;
}
.AnyTagClassName
{
color: #258BA8;
}
</style>
background-color css
<style>
a { background-color: #258BA8; }
a { background-color: rgb(37,139,168); }
div.DivClassName
{
background-color: #258BA8;
}
.BgClassName
{
background-color: #258BA8;
}
</style>
border-color css
<style>
span { border-color: #258BA8; }
span { border-color: rgb(37,139,168); }
td.TdClassName
{
border-color: #258BA8;
}
.TagClassName
{
border-color: #258BA8;
}
</style>