Shades of Scooter #2D94A4
Tints of Scooter #2D94A4
RGB
CMYK
RGB Variations
Color information
#2D94A4 (or 0x2D94A4) is known color: Scooter. HEX triplet: 2D, 94 and A4. RGB value is (45,148,164). Sum of RGB (Red+Green+Blue) = 45+148+164=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D94A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D94A4 is #D26B5B. Grayscale: #767676. Windows color (decimal): -13790044 or 10785837. OLE color: 10785837.
HSL color Cylindrical-coordinate representation of color #2D94A4: hue angle of 188.07º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D94A4 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 148 | 164 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.36 |
| HSL | 188.07º | 0.57% | 0.41% | - |
| HSV(B) | 188.07º | 0.73% | 0.64% | - |
| XYZ | 18.37 | 24.42 | 38.87 | - |
| YUV | 119.03 | 153.38 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 164 | 0.73 | 0.10 | 0 | 0.36 | 188.07 | 0.57 | 0.41 |
| Hex | 2D | 94 | A4 | 49 | A | 0 | 24 | BC | 39 | 29 |
| Octal | 55 | 224 | 244 | 111 | 12 | 0 | 44 | 274 | 71 | 51 |
| Binary | 101101 | 10010100 | 10100100 | 1001001 | 1010 | 0 | 100100 | 10111100 | 111001 | 101001 |
Color Harmonies of #2D94A4
Complementary color
Monochromatic Colors of #2D94A4
Black with #2D94A4
Text Example
Text Example
White with #2D94A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D94A4; }
p { color: rgb(45,148,164); }
H1.HeaderClassName
{
color: #2D94A4;
}
.AnyTagClassName
{
color: #2D94A4;
}
</style>
background-color css
<style>
a { background-color: #2D94A4; }
a { background-color: rgb(45,148,164); }
div.DivClassName
{
background-color: #2D94A4;
}
.BgClassName
{
background-color: #2D94A4;
}
</style>
border-color css
<style>
span { border-color: #2D94A4; }
span { border-color: rgb(45,148,164); }
td.TdClassName
{
border-color: #2D94A4;
}
.TagClassName
{
border-color: #2D94A4;
}
</style>