Shades of Scooter #2580AD
Tints of Scooter #2580AD
RGB
CMYK
RGB Variations
Color information
#2580AD (or 0x2580AD) is known color: Scooter. HEX triplet: 25, 80 and AD. RGB value is (37,128,173). Sum of RGB (Red+Green+Blue) = 37+128+173=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #2580AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2580AD is #DA7F52. Grayscale: #696969. Windows color (decimal): -14319443 or 11370533. OLE color: 11370533.
HSL color Cylindrical-coordinate representation of color #2580AD: hue angle of 199.85º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2580AD is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 128 | 173 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.32 |
| HSL | 199.85º | 0.65% | 0.41% | - |
| HSV(B) | 199.85º | 0.79% | 0.68% | - |
| XYZ | 16.02 | 18.85 | 42.33 | - |
| YUV | 105.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 173 | 0.79 | 0.26 | 0 | 0.32 | 199.85 | 0.65 | 0.41 |
| Hex | 25 | 80 | AD | 4F | 1A | 0 | 20 | C8 | 41 | 29 |
| Octal | 45 | 200 | 255 | 117 | 32 | 0 | 40 | 310 | 101 | 51 |
| Binary | 100101 | 10000000 | 10101101 | 1001111 | 11010 | 0 | 100000 | 11001000 | 1000001 | 101001 |
Color Harmonies of #2580AD
Complementary color
Monochromatic Colors of #2580AD
Black with #2580AD
Text Example
Text Example
White with #2580AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2580AD; }
p { color: rgb(37,128,173); }
H1.HeaderClassName
{
color: #2580AD;
}
.AnyTagClassName
{
color: #2580AD;
}
</style>
background-color css
<style>
a { background-color: #2580AD; }
a { background-color: rgb(37,128,173); }
div.DivClassName
{
background-color: #2580AD;
}
.BgClassName
{
background-color: #2580AD;
}
</style>
border-color css
<style>
span { border-color: #2580AD; }
span { border-color: rgb(37,128,173); }
td.TdClassName
{
border-color: #2580AD;
}
.TagClassName
{
border-color: #2580AD;
}
</style>