Shades of Scooter #2A849B
Tints of Scooter #2A849B
RGB
CMYK
RGB Variations
Color information
#2A849B (or 0x2A849B) is known color: Scooter. HEX triplet: 2A, 84 and 9B. RGB value is (42,132,155). Sum of RGB (Red+Green+Blue) = 42+132+155=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A849B is #D57B64. Grayscale: #6B6B6B. Windows color (decimal): -13990757 or 10191914. OLE color: 10191914.
HSL color Cylindrical-coordinate representation of color #2A849B: hue angle of 192.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A849B is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 132 | 155 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.39 |
| HSL | 192.21º | 0.57% | 0.39% | - |
| HSV(B) | 192.21º | 0.73% | 0.61% | - |
| XYZ | 15.12 | 19.36 | 33.95 | - |
| YUV | 107.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 132 | 155 | 0.73 | 0.15 | 0 | 0.39 | 192.21 | 0.57 | 0.39 |
| Hex | 2A | 84 | 9B | 49 | F | 0 | 27 | C0 | 39 | 27 |
| Octal | 52 | 204 | 233 | 111 | 17 | 0 | 47 | 300 | 71 | 47 |
| Binary | 101010 | 10000100 | 10011011 | 1001001 | 1111 | 0 | 100111 | 11000000 | 111001 | 100111 |
Color Harmonies of #2A849B
Complementary color
Monochromatic Colors of #2A849B
Black with #2A849B
Text Example
Text Example
White with #2A849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A849B; }
p { color: rgb(42,132,155); }
H1.HeaderClassName
{
color: #2A849B;
}
.AnyTagClassName
{
color: #2A849B;
}
</style>
background-color css
<style>
a { background-color: #2A849B; }
a { background-color: rgb(42,132,155); }
div.DivClassName
{
background-color: #2A849B;
}
.BgClassName
{
background-color: #2A849B;
}
</style>
border-color css
<style>
span { border-color: #2A849B; }
span { border-color: rgb(42,132,155); }
td.TdClassName
{
border-color: #2A849B;
}
.TagClassName
{
border-color: #2A849B;
}
</style>