Shades of Teal Blue #2A535B
Tints of Teal Blue #2A535B
RGB
CMYK
RGB Variations
Color information
#2A535B (or 0x2A535B) is known color: Teal Blue. HEX triplet: 2A, 53 and 5B. RGB value is (42,83,91). Sum of RGB (Red+Green+Blue) = 42+83+91=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A535B is #D5ACA4. Grayscale: #474747. Windows color (decimal): -14003365 or 5985066. OLE color: 5985066.
HSL color Cylindrical-coordinate representation of color #2A535B: hue angle of 189.8º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A535B is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 83 | 91 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.64 |
| HSL | 189.8º | 0.37% | 0.26% | - |
| HSV(B) | 189.8º | 0.54% | 0.36% | - |
| XYZ | 5.94 | 7.43 | 11.02 | - |
| YUV | 71.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 91 | 0.54 | 0.09 | 0 | 0.64 | 189.8 | 0.37 | 0.26 |
| Hex | 2A | 53 | 5B | 36 | 9 | 0 | 40 | BE | 25 | 1A |
| Octal | 52 | 123 | 133 | 66 | 11 | 0 | 100 | 276 | 45 | 32 |
| Binary | 101010 | 1010011 | 1011011 | 110110 | 1001 | 0 | 1000000 | 10111110 | 100101 | 11010 |
Color Harmonies of #2A535B
Complementary color
Monochromatic Colors of #2A535B
Black with #2A535B
Text Example
Text Example
White with #2A535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A535B; }
p { color: rgb(42,83,91); }
H1.HeaderClassName
{
color: #2A535B;
}
.AnyTagClassName
{
color: #2A535B;
}
</style>
background-color css
<style>
a { background-color: #2A535B; }
a { background-color: rgb(42,83,91); }
div.DivClassName
{
background-color: #2A535B;
}
.BgClassName
{
background-color: #2A535B;
}
</style>
border-color css
<style>
span { border-color: #2A535B; }
span { border-color: rgb(42,83,91); }
td.TdClassName
{
border-color: #2A535B;
}
.TagClassName
{
border-color: #2A535B;
}
</style>