Shades of Scooter #2D8FAC
Tints of Scooter #2D8FAC
RGB
CMYK
RGB Variations
Color information
#2D8FAC (or 0x2D8FAC) is known color: Scooter. HEX triplet: 2D, 8F and AC. RGB value is (45,143,172). Sum of RGB (Red+Green+Blue) = 45+143+172=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D8FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8FAC is #D27053. Grayscale: #747474. Windows color (decimal): -13791316 or 11308845. OLE color: 11308845.
HSL color Cylindrical-coordinate representation of color #2D8FAC: hue angle of 193.7º 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 #2D8FAC is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 143 | 172 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.33 |
| HSL | 193.7º | 0.59% | 0.43% | - |
| HSV(B) | 193.7º | 0.74% | 0.67% | - |
| XYZ | 18.35 | 23.18 | 42.54 | - |
| YUV | 117 | 159.03 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 143 | 172 | 0.74 | 0.17 | 0 | 0.33 | 193.7 | 0.59 | 0.43 |
| Hex | 2D | 8F | AC | 4A | 11 | 0 | 21 | C2 | 3B | 2B |
| Octal | 55 | 217 | 254 | 112 | 21 | 0 | 41 | 302 | 73 | 53 |
| Binary | 101101 | 10001111 | 10101100 | 1001010 | 10001 | 0 | 100001 | 11000010 | 111011 | 101011 |
Color Harmonies of #2D8FAC
Complementary color
Monochromatic Colors of #2D8FAC
Black with #2D8FAC
Text Example
Text Example
White with #2D8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8FAC; }
p { color: rgb(45,143,172); }
H1.HeaderClassName
{
color: #2D8FAC;
}
.AnyTagClassName
{
color: #2D8FAC;
}
</style>
background-color css
<style>
a { background-color: #2D8FAC; }
a { background-color: rgb(45,143,172); }
div.DivClassName
{
background-color: #2D8FAC;
}
.BgClassName
{
background-color: #2D8FAC;
}
</style>
border-color css
<style>
span { border-color: #2D8FAC; }
span { border-color: rgb(45,143,172); }
td.TdClassName
{
border-color: #2D8FAC;
}
.TagClassName
{
border-color: #2D8FAC;
}
</style>