Shades of Scooter #2D8EAC
Tints of Scooter #2D8EAC
RGB
CMYK
RGB Variations
Color information
#2D8EAC (or 0x2D8EAC) is known color: Scooter. HEX triplet: 2D, 8E and AC. RGB value is (45,142,172). Sum of RGB (Red+Green+Blue) = 45+142+172=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D8EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8EAC is #D27153. Grayscale: #747474. Windows color (decimal): -13791572 or 11308589. OLE color: 11308589.
HSL color Cylindrical-coordinate representation of color #2D8EAC: hue angle of 194.17º 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 #2D8EAC is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 142 | 172 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.33 |
| HSL | 194.17º | 0.59% | 0.43% | - |
| HSV(B) | 194.17º | 0.74% | 0.67% | - |
| XYZ | 18.2 | 22.88 | 42.49 | - |
| YUV | 116.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 142 | 172 | 0.74 | 0.17 | 0 | 0.33 | 194.17 | 0.59 | 0.43 |
| Hex | 2D | 8E | AC | 4A | 11 | 0 | 21 | C2 | 3B | 2B |
| Octal | 55 | 216 | 254 | 112 | 21 | 0 | 41 | 302 | 73 | 53 |
| Binary | 101101 | 10001110 | 10101100 | 1001010 | 10001 | 0 | 100001 | 11000010 | 111011 | 101011 |
Color Harmonies of #2D8EAC
Complementary color
Monochromatic Colors of #2D8EAC
Black with #2D8EAC
Text Example
Text Example
White with #2D8EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8EAC; }
p { color: rgb(45,142,172); }
H1.HeaderClassName
{
color: #2D8EAC;
}
.AnyTagClassName
{
color: #2D8EAC;
}
</style>
background-color css
<style>
a { background-color: #2D8EAC; }
a { background-color: rgb(45,142,172); }
div.DivClassName
{
background-color: #2D8EAC;
}
.BgClassName
{
background-color: #2D8EAC;
}
</style>
border-color css
<style>
span { border-color: #2D8EAC; }
span { border-color: rgb(45,142,172); }
td.TdClassName
{
border-color: #2D8EAC;
}
.TagClassName
{
border-color: #2D8EAC;
}
</style>