Shades of Scooter #2B919B
Tints of Scooter #2B919B
RGB
CMYK
RGB Variations
Color information
#2B919B (or 0x2B919B) is known color: Scooter. HEX triplet: 2B, 91 and 9B. RGB value is (43,145,155). Sum of RGB (Red+Green+Blue) = 43+145+155=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B919B is #D46E64. Grayscale: #737373. Windows color (decimal): -13921893 or 10195243. OLE color: 10195243.
HSL color Cylindrical-coordinate representation of color #2B919B: hue angle of 185.36º 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 #2B919B is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 145 | 155 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.39 |
| HSL | 185.36º | 0.57% | 0.39% | - |
| HSV(B) | 185.36º | 0.72% | 0.61% | - |
| XYZ | 17.04 | 23.13 | 34.58 | - |
| YUV | 115.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 155 | 0.72 | 0.06 | 0 | 0.39 | 185.36 | 0.57 | 0.39 |
| Hex | 2B | 91 | 9B | 48 | 6 | 0 | 27 | B9 | 39 | 27 |
| Octal | 53 | 221 | 233 | 110 | 6 | 0 | 47 | 271 | 71 | 47 |
| Binary | 101011 | 10010001 | 10011011 | 1001000 | 110 | 0 | 100111 | 10111001 | 111001 | 100111 |
Color Harmonies of #2B919B
Complementary color
Monochromatic Colors of #2B919B
Black with #2B919B
Text Example
Text Example
White with #2B919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B919B; }
p { color: rgb(43,145,155); }
H1.HeaderClassName
{
color: #2B919B;
}
.AnyTagClassName
{
color: #2B919B;
}
</style>
background-color css
<style>
a { background-color: #2B919B; }
a { background-color: rgb(43,145,155); }
div.DivClassName
{
background-color: #2B919B;
}
.BgClassName
{
background-color: #2B919B;
}
</style>
border-color css
<style>
span { border-color: #2B919B; }
span { border-color: rgb(43,145,155); }
td.TdClassName
{
border-color: #2B919B;
}
.TagClassName
{
border-color: #2B919B;
}
</style>