Shades of Scooter #2892A5
Tints of Scooter #2892A5
RGB
CMYK
RGB Variations
Color information
#2892A5 (or 0x2892A5) is known color: Scooter. HEX triplet: 28, 92 and A5. RGB value is (40,146,165). Sum of RGB (Red+Green+Blue) = 40+146+165=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 165 - color contains mainly: blue. Hex color #2892A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2892A5 is #D76D5A. Grayscale: #747474. Windows color (decimal): -14118235 or 10850856. OLE color: 10850856.
HSL color Cylindrical-coordinate representation of color #2892A5: hue angle of 189.12º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2892A5 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 146 | 165 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.35 |
| HSL | 189.12º | 0.61% | 0.4% | - |
| HSV(B) | 189.12º | 0.76% | 0.65% | - |
| XYZ | 17.95 | 23.73 | 39.23 | - |
| YUV | 116.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 165 | 0.76 | 0.12 | 0 | 0.35 | 189.12 | 0.61 | 0.4 |
| Hex | 28 | 92 | A5 | 4C | C | 0 | 23 | BD | 3D | 28 |
| Octal | 50 | 222 | 245 | 114 | 14 | 0 | 43 | 275 | 75 | 50 |
| Binary | 101000 | 10010010 | 10100101 | 1001100 | 1100 | 0 | 100011 | 10111101 | 111101 | 101000 |
Color Harmonies of #2892A5
Complementary color
Monochromatic Colors of #2892A5
Black with #2892A5
Text Example
Text Example
White with #2892A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2892A5; }
p { color: rgb(40,146,165); }
H1.HeaderClassName
{
color: #2892A5;
}
.AnyTagClassName
{
color: #2892A5;
}
</style>
background-color css
<style>
a { background-color: #2892A5; }
a { background-color: rgb(40,146,165); }
div.DivClassName
{
background-color: #2892A5;
}
.BgClassName
{
background-color: #2892A5;
}
</style>
border-color css
<style>
span { border-color: #2892A5; }
span { border-color: rgb(40,146,165); }
td.TdClassName
{
border-color: #2892A5;
}
.TagClassName
{
border-color: #2892A5;
}
</style>