Shades of Teal Blue #234A56
Tints of Teal Blue #234A56
RGB
CMYK
RGB Variations
Color information
#234A56 (or 0x234A56) is known color: Teal Blue. HEX triplet: 23, 4A and 56. RGB value is (35,74,86). Sum of RGB (Red+Green+Blue) = 35+74+86=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #234A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A56 is #DCB5A9. Grayscale: #3F3F3F. Windows color (decimal): -14464426 or 5655075. OLE color: 5655075.
HSL color Cylindrical-coordinate representation of color #234A56: hue angle of 194.12º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #234A56 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 35 | 74 | 86 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.66 |
| HSL | 194.12º | 0.42% | 0.24% | - |
| HSV(B) | 194.12º | 0.59% | 0.34% | - |
| XYZ | 4.82 | 5.93 | 9.69 | - |
| YUV | 63.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 86 | 0.59 | 0.14 | 0 | 0.66 | 194.12 | 0.42 | 0.24 |
| Hex | 23 | 4A | 56 | 3B | E | 0 | 42 | C2 | 2A | 18 |
| Octal | 43 | 112 | 126 | 73 | 16 | 0 | 102 | 302 | 52 | 30 |
| Binary | 100011 | 1001010 | 1010110 | 111011 | 1110 | 0 | 1000010 | 11000010 | 101010 | 11000 |
Color Harmonies of #234A56
Complementary color
Monochromatic Colors of #234A56
Black with #234A56
Text Example
Text Example
White with #234A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A56; }
p { color: rgb(35,74,86); }
H1.HeaderClassName
{
color: #234A56;
}
.AnyTagClassName
{
color: #234A56;
}
</style>
background-color css
<style>
a { background-color: #234A56; }
a { background-color: rgb(35,74,86); }
div.DivClassName
{
background-color: #234A56;
}
.BgClassName
{
background-color: #234A56;
}
</style>
border-color css
<style>
span { border-color: #234A56; }
span { border-color: rgb(35,74,86); }
td.TdClassName
{
border-color: #234A56;
}
.TagClassName
{
border-color: #234A56;
}
</style>