Shades of Scooter #2790A1
Tints of Scooter #2790A1
RGB
CMYK
RGB Variations
Color information
#2790A1 (or 0x2790A1) is known color: Scooter. HEX triplet: 27, 90 and A1. RGB value is (39,144,161). Sum of RGB (Red+Green+Blue) = 39+144+161=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 161 - color contains mainly: blue. Hex color #2790A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2790A1 is #D86F5E. Grayscale: #727272. Windows color (decimal): -14184287 or 10588199. OLE color: 10588199.
HSL color Cylindrical-coordinate representation of color #2790A1: hue angle of 188.36º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2790A1 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 144 | 161 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.37 |
| HSL | 188.36º | 0.61% | 0.39% | - |
| HSV(B) | 188.36º | 0.76% | 0.63% | - |
| XYZ | 17.24 | 22.95 | 37.24 | - |
| YUV | 114.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 161 | 0.76 | 0.11 | 0 | 0.37 | 188.36 | 0.61 | 0.39 |
| Hex | 27 | 90 | A1 | 4C | B | 0 | 25 | BC | 3D | 27 |
| Octal | 47 | 220 | 241 | 114 | 13 | 0 | 45 | 274 | 75 | 47 |
| Binary | 100111 | 10010000 | 10100001 | 1001100 | 1011 | 0 | 100101 | 10111100 | 111101 | 100111 |
Color Harmonies of #2790A1
Complementary color
Monochromatic Colors of #2790A1
Black with #2790A1
Text Example
Text Example
White with #2790A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2790A1; }
p { color: rgb(39,144,161); }
H1.HeaderClassName
{
color: #2790A1;
}
.AnyTagClassName
{
color: #2790A1;
}
</style>
background-color css
<style>
a { background-color: #2790A1; }
a { background-color: rgb(39,144,161); }
div.DivClassName
{
background-color: #2790A1;
}
.BgClassName
{
background-color: #2790A1;
}
</style>
border-color css
<style>
span { border-color: #2790A1; }
span { border-color: rgb(39,144,161); }
td.TdClassName
{
border-color: #2790A1;
}
.TagClassName
{
border-color: #2790A1;
}
</style>