Shades of Scooter #2D91AB
Tints of Scooter #2D91AB
RGB
CMYK
RGB Variations
Color information
#2D91AB (or 0x2D91AB) is known color: Scooter. HEX triplet: 2D, 91 and AB. RGB value is (45,145,171). Sum of RGB (Red+Green+Blue) = 45+145+171=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D91AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D91AB is #D26E54. Grayscale: #757575. Windows color (decimal): -13790805 or 11243821. OLE color: 11243821.
HSL color Cylindrical-coordinate representation of color #2D91AB: hue angle of 192.38º 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 #2D91AB is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 145 | 171 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.33 |
| HSL | 192.38º | 0.58% | 0.42% | - |
| HSV(B) | 192.38º | 0.74% | 0.67% | - |
| XYZ | 18.56 | 23.75 | 42.13 | - |
| YUV | 118.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 145 | 171 | 0.74 | 0.15 | 0 | 0.33 | 192.38 | 0.58 | 0.42 |
| Hex | 2D | 91 | AB | 4A | F | 0 | 21 | C0 | 3A | 2A |
| Octal | 55 | 221 | 253 | 112 | 17 | 0 | 41 | 300 | 72 | 52 |
| Binary | 101101 | 10010001 | 10101011 | 1001010 | 1111 | 0 | 100001 | 11000000 | 111010 | 101010 |
Color Harmonies of #2D91AB
Complementary color
Monochromatic Colors of #2D91AB
Black with #2D91AB
Text Example
Text Example
White with #2D91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D91AB; }
p { color: rgb(45,145,171); }
H1.HeaderClassName
{
color: #2D91AB;
}
.AnyTagClassName
{
color: #2D91AB;
}
</style>
background-color css
<style>
a { background-color: #2D91AB; }
a { background-color: rgb(45,145,171); }
div.DivClassName
{
background-color: #2D91AB;
}
.BgClassName
{
background-color: #2D91AB;
}
</style>
border-color css
<style>
span { border-color: #2D91AB; }
span { border-color: rgb(45,145,171); }
td.TdClassName
{
border-color: #2D91AB;
}
.TagClassName
{
border-color: #2D91AB;
}
</style>