Shades of Scooter #2D93A7
Tints of Scooter #2D93A7
RGB
CMYK
RGB Variations
Color information
#2D93A7 (or 0x2D93A7) is known color: Scooter. HEX triplet: 2D, 93 and A7. RGB value is (45,147,167). Sum of RGB (Red+Green+Blue) = 45+147+167=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #2D93A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D93A7 is #D26C58. Grayscale: #767676. Windows color (decimal): -13790297 or 10982189. OLE color: 10982189.
HSL color Cylindrical-coordinate representation of color #2D93A7: hue angle of 189.84º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D93A7 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 147 | 167 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.35 |
| HSL | 189.84º | 0.58% | 0.42% | - |
| HSV(B) | 189.84º | 0.73% | 0.65% | - |
| XYZ | 18.49 | 24.22 | 40.26 | - |
| YUV | 118.78 | 155.21 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 167 | 0.73 | 0.12 | 0 | 0.35 | 189.84 | 0.58 | 0.42 |
| Hex | 2D | 93 | A7 | 49 | C | 0 | 23 | BE | 3A | 2A |
| Octal | 55 | 223 | 247 | 111 | 14 | 0 | 43 | 276 | 72 | 52 |
| Binary | 101101 | 10010011 | 10100111 | 1001001 | 1100 | 0 | 100011 | 10111110 | 111010 | 101010 |
Color Harmonies of #2D93A7
Complementary color
Monochromatic Colors of #2D93A7
Black with #2D93A7
Text Example
Text Example
White with #2D93A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D93A7; }
p { color: rgb(45,147,167); }
H1.HeaderClassName
{
color: #2D93A7;
}
.AnyTagClassName
{
color: #2D93A7;
}
</style>
background-color css
<style>
a { background-color: #2D93A7; }
a { background-color: rgb(45,147,167); }
div.DivClassName
{
background-color: #2D93A7;
}
.BgClassName
{
background-color: #2D93A7;
}
</style>
border-color css
<style>
span { border-color: #2D93A7; }
span { border-color: rgb(45,147,167); }
td.TdClassName
{
border-color: #2D93A7;
}
.TagClassName
{
border-color: #2D93A7;
}
</style>