Shades of Teal Blue #23494E
Tints of Teal Blue #23494E
RGB
CMYK
RGB Variations
Color information
#23494E (or 0x23494E) is known color: Teal Blue. HEX triplet: 23, 49 and 4E. RGB value is (35,73,78). Sum of RGB (Red+Green+Blue) = 35+73+78=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #23494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23494E is #DCB6B1. Grayscale: #3E3E3E. Windows color (decimal): -14464690 or 5130531. OLE color: 5130531.
HSL color Cylindrical-coordinate representation of color #23494E: hue angle of 186.98º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23494E is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 73 | 78 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.69 |
| HSL | 186.98º | 0.38% | 0.22% | - |
| HSV(B) | 186.98º | 0.55% | 0.31% | - |
| XYZ | 4.45 | 5.67 | 8.07 | - |
| YUV | 62.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 78 | 0.55 | 0.06 | 0 | 0.69 | 186.98 | 0.38 | 0.22 |
| Hex | 23 | 49 | 4E | 37 | 6 | 0 | 45 | BB | 26 | 16 |
| Octal | 43 | 111 | 116 | 67 | 6 | 0 | 105 | 273 | 46 | 26 |
| Binary | 100011 | 1001001 | 1001110 | 110111 | 110 | 0 | 1000101 | 10111011 | 100110 | 10110 |
Color Harmonies of #23494E
Complementary color
Monochromatic Colors of #23494E
Black with #23494E
Text Example
Text Example
White with #23494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23494E; }
p { color: rgb(35,73,78); }
H1.HeaderClassName
{
color: #23494E;
}
.AnyTagClassName
{
color: #23494E;
}
</style>
background-color css
<style>
a { background-color: #23494E; }
a { background-color: rgb(35,73,78); }
div.DivClassName
{
background-color: #23494E;
}
.BgClassName
{
background-color: #23494E;
}
</style>
border-color css
<style>
span { border-color: #23494E; }
span { border-color: rgb(35,73,78); }
td.TdClassName
{
border-color: #23494E;
}
.TagClassName
{
border-color: #23494E;
}
</style>