Shades of Scooter #2B929C
Tints of Scooter #2B929C
RGB
CMYK
RGB Variations
Color information
#2B929C (or 0x2B929C) is known color: Scooter. HEX triplet: 2B, 92 and 9C. RGB value is (43,146,156). Sum of RGB (Red+Green+Blue) = 43+146+156=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B929C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B929C is #D46D63. Grayscale: #747474. Windows color (decimal): -13921636 or 10261035. OLE color: 10261035.
HSL color Cylindrical-coordinate representation of color #2B929C: hue angle of 185.31º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B929C is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 146 | 156 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.39 |
| HSL | 185.31º | 0.57% | 0.39% | - |
| HSV(B) | 185.31º | 0.72% | 0.61% | - |
| XYZ | 17.28 | 23.47 | 35.07 | - |
| YUV | 116.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 156 | 0.72 | 0.06 | 0 | 0.39 | 185.31 | 0.57 | 0.39 |
| Hex | 2B | 92 | 9C | 48 | 6 | 0 | 27 | B9 | 39 | 27 |
| Octal | 53 | 222 | 234 | 110 | 6 | 0 | 47 | 271 | 71 | 47 |
| Binary | 101011 | 10010010 | 10011100 | 1001000 | 110 | 0 | 100111 | 10111001 | 111001 | 100111 |
Color Harmonies of #2B929C
Complementary color
Monochromatic Colors of #2B929C
Black with #2B929C
Text Example
Text Example
White with #2B929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B929C; }
p { color: rgb(43,146,156); }
H1.HeaderClassName
{
color: #2B929C;
}
.AnyTagClassName
{
color: #2B929C;
}
</style>
background-color css
<style>
a { background-color: #2B929C; }
a { background-color: rgb(43,146,156); }
div.DivClassName
{
background-color: #2B929C;
}
.BgClassName
{
background-color: #2B929C;
}
</style>
border-color css
<style>
span { border-color: #2B929C; }
span { border-color: rgb(43,146,156); }
td.TdClassName
{
border-color: #2B929C;
}
.TagClassName
{
border-color: #2B929C;
}
</style>