Shades of Scooter #2894A7
Tints of Scooter #2894A7
RGB
CMYK
RGB Variations
Color information
#2894A7 (or 0x2894A7) is known color: Scooter. HEX triplet: 28, 94 and A7. RGB value is (40,148,167). Sum of RGB (Red+Green+Blue) = 40+148+167=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #2894A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2894A7 is #D76B58. Grayscale: #757575. Windows color (decimal): -14117721 or 10982440. OLE color: 10982440.
HSL color Cylindrical-coordinate representation of color #2894A7: hue angle of 188.98º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2894A7 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 148 | 167 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.35 |
| HSL | 188.98º | 0.61% | 0.41% | - |
| HSV(B) | 188.98º | 0.76% | 0.65% | - |
| XYZ | 18.44 | 24.42 | 40.3 | - |
| YUV | 117.87 | 155.72 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 167 | 0.76 | 0.11 | 0 | 0.35 | 188.98 | 0.61 | 0.41 |
| Hex | 28 | 94 | A7 | 4C | B | 0 | 23 | BD | 3D | 29 |
| Octal | 50 | 224 | 247 | 114 | 13 | 0 | 43 | 275 | 75 | 51 |
| Binary | 101000 | 10010100 | 10100111 | 1001100 | 1011 | 0 | 100011 | 10111101 | 111101 | 101001 |
Color Harmonies of #2894A7
Complementary color
Monochromatic Colors of #2894A7
Black with #2894A7
Text Example
Text Example
White with #2894A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2894A7; }
p { color: rgb(40,148,167); }
H1.HeaderClassName
{
color: #2894A7;
}
.AnyTagClassName
{
color: #2894A7;
}
</style>
background-color css
<style>
a { background-color: #2894A7; }
a { background-color: rgb(40,148,167); }
div.DivClassName
{
background-color: #2894A7;
}
.BgClassName
{
background-color: #2894A7;
}
</style>
border-color css
<style>
span { border-color: #2894A7; }
span { border-color: rgb(40,148,167); }
td.TdClassName
{
border-color: #2894A7;
}
.TagClassName
{
border-color: #2894A7;
}
</style>