Shades of Scooter #2D80A7
Tints of Scooter #2D80A7
RGB
CMYK
RGB Variations
Color information
#2D80A7 (or 0x2D80A7) is known color: Scooter. HEX triplet: 2D, 80 and A7. RGB value is (45,128,167). Sum of RGB (Red+Green+Blue) = 45+128+167=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #2D80A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D80A7 is #D27F58. Grayscale: #6B6B6B. Windows color (decimal): -13795161 or 10977325. OLE color: 10977325.
HSL color Cylindrical-coordinate representation of color #2D80A7: hue angle of 199.18º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D80A7 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 128 | 167 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.35 |
| HSL | 199.18º | 0.58% | 0.42% | - |
| HSV(B) | 199.18º | 0.73% | 0.65% | - |
| XYZ | 15.78 | 18.79 | 39.35 | - |
| YUV | 107.63 | 161.5 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 128 | 167 | 0.73 | 0.23 | 0 | 0.35 | 199.18 | 0.58 | 0.42 |
| Hex | 2D | 80 | A7 | 49 | 17 | 0 | 23 | C7 | 3A | 2A |
| Octal | 55 | 200 | 247 | 111 | 27 | 0 | 43 | 307 | 72 | 52 |
| Binary | 101101 | 10000000 | 10100111 | 1001001 | 10111 | 0 | 100011 | 11000111 | 111010 | 101010 |
Color Harmonies of #2D80A7
Complementary color
Monochromatic Colors of #2D80A7
Black with #2D80A7
Text Example
Text Example
White with #2D80A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D80A7; }
p { color: rgb(45,128,167); }
H1.HeaderClassName
{
color: #2D80A7;
}
.AnyTagClassName
{
color: #2D80A7;
}
</style>
background-color css
<style>
a { background-color: #2D80A7; }
a { background-color: rgb(45,128,167); }
div.DivClassName
{
background-color: #2D80A7;
}
.BgClassName
{
background-color: #2D80A7;
}
</style>
border-color css
<style>
span { border-color: #2D80A7; }
span { border-color: rgb(45,128,167); }
td.TdClassName
{
border-color: #2D80A7;
}
.TagClassName
{
border-color: #2D80A7;
}
</style>