Shades of Teal Blue #234E54
Tints of Teal Blue #234E54
RGB
CMYK
RGB Variations
Color information
#234E54 (or 0x234E54) is known color: Teal Blue. HEX triplet: 23, 4E and 54. RGB value is (35,78,84). Sum of RGB (Red+Green+Blue) = 35+78+84=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #234E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E54 is #DCB1AB. Grayscale: #414141. Windows color (decimal): -14463404 or 5525027. OLE color: 5525027.
HSL color Cylindrical-coordinate representation of color #234E54: hue angle of 187.35º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234E54 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 78 | 84 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.67 |
| HSL | 187.35º | 0.41% | 0.23% | - |
| HSV(B) | 187.35º | 0.58% | 0.33% | - |
| XYZ | 5.02 | 6.45 | 9.37 | - |
| YUV | 65.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 84 | 0.58 | 0.07 | 0 | 0.67 | 187.35 | 0.41 | 0.23 |
| Hex | 23 | 4E | 54 | 3A | 7 | 0 | 43 | BB | 29 | 17 |
| Octal | 43 | 116 | 124 | 72 | 7 | 0 | 103 | 273 | 51 | 27 |
| Binary | 100011 | 1001110 | 1010100 | 111010 | 111 | 0 | 1000011 | 10111011 | 101001 | 10111 |
Color Harmonies of #234E54
Complementary color
Monochromatic Colors of #234E54
Black with #234E54
Text Example
Text Example
White with #234E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E54; }
p { color: rgb(35,78,84); }
H1.HeaderClassName
{
color: #234E54;
}
.AnyTagClassName
{
color: #234E54;
}
</style>
background-color css
<style>
a { background-color: #234E54; }
a { background-color: rgb(35,78,84); }
div.DivClassName
{
background-color: #234E54;
}
.BgClassName
{
background-color: #234E54;
}
</style>
border-color css
<style>
span { border-color: #234E54; }
span { border-color: rgb(35,78,84); }
td.TdClassName
{
border-color: #234E54;
}
.TagClassName
{
border-color: #234E54;
}
</style>