Shades of Scooter #2780AD
Tints of Scooter #2780AD
RGB
CMYK
RGB Variations
Color information
#2780AD (or 0x2780AD) is known color: Scooter. HEX triplet: 27, 80 and AD. RGB value is (39,128,173). Sum of RGB (Red+Green+Blue) = 39+128+173=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #2780AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2780AD is #D87F52. Grayscale: #6A6A6A. Windows color (decimal): -14188371 or 11370535. OLE color: 11370535.
HSL color Cylindrical-coordinate representation of color #2780AD: hue angle of 200.15º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2780AD is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 128 | 173 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.32 |
| HSL | 200.15º | 0.63% | 0.42% | - |
| HSV(B) | 200.15º | 0.77% | 0.68% | - |
| XYZ | 16.1 | 18.89 | 42.33 | - |
| YUV | 106.52 | 165.51 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 173 | 0.77 | 0.26 | 0 | 0.32 | 200.15 | 0.63 | 0.42 |
| Hex | 27 | 80 | AD | 4D | 1A | 0 | 20 | C8 | 3F | 2A |
| Octal | 47 | 200 | 255 | 115 | 32 | 0 | 40 | 310 | 77 | 52 |
| Binary | 100111 | 10000000 | 10101101 | 1001101 | 11010 | 0 | 100000 | 11001000 | 111111 | 101010 |
Color Harmonies of #2780AD
Complementary color
Monochromatic Colors of #2780AD
Black with #2780AD
Text Example
Text Example
White with #2780AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2780AD; }
p { color: rgb(39,128,173); }
H1.HeaderClassName
{
color: #2780AD;
}
.AnyTagClassName
{
color: #2780AD;
}
</style>
background-color css
<style>
a { background-color: #2780AD; }
a { background-color: rgb(39,128,173); }
div.DivClassName
{
background-color: #2780AD;
}
.BgClassName
{
background-color: #2780AD;
}
</style>
border-color css
<style>
span { border-color: #2780AD; }
span { border-color: rgb(39,128,173); }
td.TdClassName
{
border-color: #2780AD;
}
.TagClassName
{
border-color: #2780AD;
}
</style>