Shades of Scooter #258B9A
Tints of Scooter #258B9A
RGB
CMYK
RGB Variations
Color information
#258B9A (or 0x258B9A) is known color: Scooter. HEX triplet: 25, 8B and 9A. RGB value is (37,139,154). Sum of RGB (Red+Green+Blue) = 37+139+154=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #258B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B9A is #DA7465. Grayscale: #6E6E6E. Windows color (decimal): -14316646 or 10128165. OLE color: 10128165.
HSL color Cylindrical-coordinate representation of color #258B9A: hue angle of 187.69º 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 #258B9A is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 139 | 154 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.40 |
| HSL | 187.69º | 0.61% | 0.37% | - |
| HSV(B) | 187.69º | 0.76% | 0.6% | - |
| XYZ | 15.83 | 21.19 | 33.83 | - |
| YUV | 110.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 154 | 0.76 | 0.10 | 0 | 0.40 | 187.69 | 0.61 | 0.37 |
| Hex | 25 | 8B | 9A | 4C | A | 0 | 28 | BC | 3D | 25 |
| Octal | 45 | 213 | 232 | 114 | 12 | 0 | 50 | 274 | 75 | 45 |
| Binary | 100101 | 10001011 | 10011010 | 1001100 | 1010 | 0 | 101000 | 10111100 | 111101 | 100101 |
Color Harmonies of #258B9A
Complementary color
Monochromatic Colors of #258B9A
Black with #258B9A
Text Example
Text Example
White with #258B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258B9A; }
p { color: rgb(37,139,154); }
H1.HeaderClassName
{
color: #258B9A;
}
.AnyTagClassName
{
color: #258B9A;
}
</style>
background-color css
<style>
a { background-color: #258B9A; }
a { background-color: rgb(37,139,154); }
div.DivClassName
{
background-color: #258B9A;
}
.BgClassName
{
background-color: #258B9A;
}
</style>
border-color css
<style>
span { border-color: #258B9A; }
span { border-color: rgb(37,139,154); }
td.TdClassName
{
border-color: #258B9A;
}
.TagClassName
{
border-color: #258B9A;
}
</style>