Shades of Scooter #2594A4
Tints of Scooter #2594A4
RGB
CMYK
RGB Variations
Color information
#2594A4 (or 0x2594A4) is known color: Scooter. HEX triplet: 25, 94 and A4. RGB value is (37,148,164). Sum of RGB (Red+Green+Blue) = 37+148+164=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 164 - color contains mainly: blue. Hex color #2594A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2594A4 is #DA6B5B. Grayscale: #747474. Windows color (decimal): -14314332 or 10785829. OLE color: 10785829.
HSL color Cylindrical-coordinate representation of color #2594A4: hue angle of 187.56º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2594A4 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 148 | 164 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.36 |
| HSL | 187.56º | 0.63% | 0.39% | - |
| HSV(B) | 187.56º | 0.77% | 0.64% | - |
| XYZ | 18.05 | 24.25 | 38.85 | - |
| YUV | 116.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 164 | 0.77 | 0.10 | 0 | 0.36 | 187.56 | 0.63 | 0.39 |
| Hex | 25 | 94 | A4 | 4D | A | 0 | 24 | BC | 3F | 27 |
| Octal | 45 | 224 | 244 | 115 | 12 | 0 | 44 | 274 | 77 | 47 |
| Binary | 100101 | 10010100 | 10100100 | 1001101 | 1010 | 0 | 100100 | 10111100 | 111111 | 100111 |
Color Harmonies of #2594A4
Complementary color
Monochromatic Colors of #2594A4
Black with #2594A4
Text Example
Text Example
White with #2594A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2594A4; }
p { color: rgb(37,148,164); }
H1.HeaderClassName
{
color: #2594A4;
}
.AnyTagClassName
{
color: #2594A4;
}
</style>
background-color css
<style>
a { background-color: #2594A4; }
a { background-color: rgb(37,148,164); }
div.DivClassName
{
background-color: #2594A4;
}
.BgClassName
{
background-color: #2594A4;
}
</style>
border-color css
<style>
span { border-color: #2594A4; }
span { border-color: rgb(37,148,164); }
td.TdClassName
{
border-color: #2594A4;
}
.TagClassName
{
border-color: #2594A4;
}
</style>