Shades of Scooter #2583AD
Tints of Scooter #2583AD
RGB
CMYK
RGB Variations
Color information
#2583AD (or 0x2583AD) is known color: Scooter. HEX triplet: 25, 83 and AD. RGB value is (37,131,173). Sum of RGB (Red+Green+Blue) = 37+131+173=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #2583AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2583AD is #DA7C52. Grayscale: #6B6B6B. Windows color (decimal): -14318675 or 11371301. OLE color: 11371301.
HSL color Cylindrical-coordinate representation of color #2583AD: hue angle of 198.53º 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 #2583AD is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 131 | 173 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.32 |
| HSL | 198.53º | 0.65% | 0.41% | - |
| HSV(B) | 198.53º | 0.79% | 0.68% | - |
| XYZ | 16.42 | 19.64 | 42.46 | - |
| YUV | 107.68 | 164.86 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 131 | 173 | 0.79 | 0.24 | 0 | 0.32 | 198.53 | 0.65 | 0.41 |
| Hex | 25 | 83 | AD | 4F | 18 | 0 | 20 | C7 | 41 | 29 |
| Octal | 45 | 203 | 255 | 117 | 30 | 0 | 40 | 307 | 101 | 51 |
| Binary | 100101 | 10000011 | 10101101 | 1001111 | 11000 | 0 | 100000 | 11000111 | 1000001 | 101001 |
Color Harmonies of #2583AD
Complementary color
Monochromatic Colors of #2583AD
Black with #2583AD
Text Example
Text Example
White with #2583AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2583AD; }
p { color: rgb(37,131,173); }
H1.HeaderClassName
{
color: #2583AD;
}
.AnyTagClassName
{
color: #2583AD;
}
</style>
background-color css
<style>
a { background-color: #2583AD; }
a { background-color: rgb(37,131,173); }
div.DivClassName
{
background-color: #2583AD;
}
.BgClassName
{
background-color: #2583AD;
}
</style>
border-color css
<style>
span { border-color: #2583AD; }
span { border-color: rgb(37,131,173); }
td.TdClassName
{
border-color: #2583AD;
}
.TagClassName
{
border-color: #2583AD;
}
</style>