Shades of Scooter #2D8DAA
Tints of Scooter #2D8DAA
RGB
CMYK
RGB Variations
Color information
#2D8DAA (or 0x2D8DAA) is known color: Scooter. HEX triplet: 2D, 8D and AA. RGB value is (45,141,170). Sum of RGB (Red+Green+Blue) = 45+141+170=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D8DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8DAA is #D27255. Grayscale: #737373. Windows color (decimal): -13791830 or 11177261. OLE color: 11177261.
HSL color Cylindrical-coordinate representation of color #2D8DAA: hue angle of 193.92º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D8DAA is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 141 | 170 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.33 |
| HSL | 193.92º | 0.58% | 0.42% | - |
| HSV(B) | 193.92º | 0.74% | 0.67% | - |
| XYZ | 17.86 | 22.51 | 41.43 | - |
| YUV | 115.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 141 | 170 | 0.74 | 0.17 | 0 | 0.33 | 193.92 | 0.58 | 0.42 |
| Hex | 2D | 8D | AA | 4A | 11 | 0 | 21 | C2 | 3A | 2A |
| Octal | 55 | 215 | 252 | 112 | 21 | 0 | 41 | 302 | 72 | 52 |
| Binary | 101101 | 10001101 | 10101010 | 1001010 | 10001 | 0 | 100001 | 11000010 | 111010 | 101010 |
Color Harmonies of #2D8DAA
Complementary color
Monochromatic Colors of #2D8DAA
Black with #2D8DAA
Text Example
Text Example
White with #2D8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8DAA; }
p { color: rgb(45,141,170); }
H1.HeaderClassName
{
color: #2D8DAA;
}
.AnyTagClassName
{
color: #2D8DAA;
}
</style>
background-color css
<style>
a { background-color: #2D8DAA; }
a { background-color: rgb(45,141,170); }
div.DivClassName
{
background-color: #2D8DAA;
}
.BgClassName
{
background-color: #2D8DAA;
}
</style>
border-color css
<style>
span { border-color: #2D8DAA; }
span { border-color: rgb(45,141,170); }
td.TdClassName
{
border-color: #2D8DAA;
}
.TagClassName
{
border-color: #2D8DAA;
}
</style>