Shades of Teal Blue #234E5B
Tints of Teal Blue #234E5B
RGB
CMYK
RGB Variations
Color information
#234E5B (or 0x234E5B) is known color: Teal Blue. HEX triplet: 23, 4E and 5B. RGB value is (35,78,91). Sum of RGB (Red+Green+Blue) = 35+78+91=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #234E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E5B is #DCB1A4. Grayscale: #424242. Windows color (decimal): -14463397 or 5983779. OLE color: 5983779.
HSL color Cylindrical-coordinate representation of color #234E5B: hue angle of 193.93º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #234E5B is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 78 | 91 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.64 |
| HSL | 193.93º | 0.44% | 0.25% | - |
| HSV(B) | 193.93º | 0.62% | 0.36% | - |
| XYZ | 5.31 | 6.56 | 10.88 | - |
| YUV | 66.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 91 | 0.62 | 0.14 | 0 | 0.64 | 193.93 | 0.44 | 0.25 |
| Hex | 23 | 4E | 5B | 3E | E | 0 | 40 | C2 | 2C | 19 |
| Octal | 43 | 116 | 133 | 76 | 16 | 0 | 100 | 302 | 54 | 31 |
| Binary | 100011 | 1001110 | 1011011 | 111110 | 1110 | 0 | 1000000 | 11000010 | 101100 | 11001 |
Color Harmonies of #234E5B
Complementary color
Monochromatic Colors of #234E5B
Black with #234E5B
Text Example
Text Example
White with #234E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E5B; }
p { color: rgb(35,78,91); }
H1.HeaderClassName
{
color: #234E5B;
}
.AnyTagClassName
{
color: #234E5B;
}
</style>
background-color css
<style>
a { background-color: #234E5B; }
a { background-color: rgb(35,78,91); }
div.DivClassName
{
background-color: #234E5B;
}
.BgClassName
{
background-color: #234E5B;
}
</style>
border-color css
<style>
span { border-color: #234E5B; }
span { border-color: rgb(35,78,91); }
td.TdClassName
{
border-color: #234E5B;
}
.TagClassName
{
border-color: #234E5B;
}
</style>