Shades of Scooter #2D8AAC
Tints of Scooter #2D8AAC
RGB
CMYK
RGB Variations
Color information
#2D8AAC (or 0x2D8AAC) is known color: Scooter. HEX triplet: 2D, 8A and AC. RGB value is (45,138,172). Sum of RGB (Red+Green+Blue) = 45+138+172=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D8AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8AAC is #D27553. Grayscale: #717171. Windows color (decimal): -13792596 or 11307565. OLE color: 11307565.
HSL color Cylindrical-coordinate representation of color #2D8AAC: hue angle of 196.06º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D8AAC is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 138 | 172 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.33 |
| HSL | 196.06º | 0.59% | 0.43% | - |
| HSV(B) | 196.06º | 0.74% | 0.67% | - |
| XYZ | 17.62 | 21.71 | 42.29 | - |
| YUV | 114.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 172 | 0.74 | 0.20 | 0 | 0.33 | 196.06 | 0.59 | 0.43 |
| Hex | 2D | 8A | AC | 4A | 14 | 0 | 21 | C4 | 3B | 2B |
| Octal | 55 | 212 | 254 | 112 | 24 | 0 | 41 | 304 | 73 | 53 |
| Binary | 101101 | 10001010 | 10101100 | 1001010 | 10100 | 0 | 100001 | 11000100 | 111011 | 101011 |
Color Harmonies of #2D8AAC
Complementary color
Monochromatic Colors of #2D8AAC
Black with #2D8AAC
Text Example
Text Example
White with #2D8AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8AAC; }
p { color: rgb(45,138,172); }
H1.HeaderClassName
{
color: #2D8AAC;
}
.AnyTagClassName
{
color: #2D8AAC;
}
</style>
background-color css
<style>
a { background-color: #2D8AAC; }
a { background-color: rgb(45,138,172); }
div.DivClassName
{
background-color: #2D8AAC;
}
.BgClassName
{
background-color: #2D8AAC;
}
</style>
border-color css
<style>
span { border-color: #2D8AAC; }
span { border-color: rgb(45,138,172); }
td.TdClassName
{
border-color: #2D8AAC;
}
.TagClassName
{
border-color: #2D8AAC;
}
</style>