Shades of Teal Blue #2D535A
Tints of Teal Blue #2D535A
RGB
CMYK
RGB Variations
Color information
#2D535A (or 0x2D535A) is known color: Teal Blue. HEX triplet: 2D, 53 and 5A. RGB value is (45,83,90). Sum of RGB (Red+Green+Blue) = 45+83+90=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D535A is #D2ACA5. Grayscale: #484848. Windows color (decimal): -13806758 or 5919533. OLE color: 5919533.
HSL color Cylindrical-coordinate representation of color #2D535A: hue angle of 189.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D535A is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 83 | 90 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.65 |
| HSL | 189.33º | 0.33% | 0.26% | - |
| HSV(B) | 189.33º | 0.5% | 0.35% | - |
| XYZ | 6.02 | 7.48 | 10.8 | - |
| YUV | 72.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 90 | 0.50 | 0.08 | 0 | 0.65 | 189.33 | 0.33 | 0.26 |
| Hex | 2D | 53 | 5A | 32 | 8 | 0 | 41 | BD | 21 | 1A |
| Octal | 55 | 123 | 132 | 62 | 10 | 0 | 101 | 275 | 41 | 32 |
| Binary | 101101 | 1010011 | 1011010 | 110010 | 1000 | 0 | 1000001 | 10111101 | 100001 | 11010 |
Color Harmonies of #2D535A
Complementary color
Monochromatic Colors of #2D535A
Black with #2D535A
Text Example
Text Example
White with #2D535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D535A; }
p { color: rgb(45,83,90); }
H1.HeaderClassName
{
color: #2D535A;
}
.AnyTagClassName
{
color: #2D535A;
}
</style>
background-color css
<style>
a { background-color: #2D535A; }
a { background-color: rgb(45,83,90); }
div.DivClassName
{
background-color: #2D535A;
}
.BgClassName
{
background-color: #2D535A;
}
</style>
border-color css
<style>
span { border-color: #2D535A; }
span { border-color: rgb(45,83,90); }
td.TdClassName
{
border-color: #2D535A;
}
.TagClassName
{
border-color: #2D535A;
}
</style>