Shades of Teal Blue #234A55
Tints of Teal Blue #234A55
RGB
CMYK
RGB Variations
Color information
#234A55 (or 0x234A55) is known color: Teal Blue. HEX triplet: 23, 4A and 55. RGB value is (35,74,85). Sum of RGB (Red+Green+Blue) = 35+74+85=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #234A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A55 is #DCB5AA. Grayscale: #3F3F3F. Windows color (decimal): -14464427 or 5589539. OLE color: 5589539.
HSL color Cylindrical-coordinate representation of color #234A55: hue angle of 193.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #234A55 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 74 | 85 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.67 |
| HSL | 193.2º | 0.42% | 0.24% | - |
| HSV(B) | 193.2º | 0.59% | 0.33% | - |
| XYZ | 4.78 | 5.91 | 9.48 | - |
| YUV | 63.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 85 | 0.59 | 0.13 | 0 | 0.67 | 193.2 | 0.42 | 0.24 |
| Hex | 23 | 4A | 55 | 3B | D | 0 | 43 | C1 | 2A | 18 |
| Octal | 43 | 112 | 125 | 73 | 15 | 0 | 103 | 301 | 52 | 30 |
| Binary | 100011 | 1001010 | 1010101 | 111011 | 1101 | 0 | 1000011 | 11000001 | 101010 | 11000 |
Color Harmonies of #234A55
Complementary color
Monochromatic Colors of #234A55
Black with #234A55
Text Example
Text Example
White with #234A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A55; }
p { color: rgb(35,74,85); }
H1.HeaderClassName
{
color: #234A55;
}
.AnyTagClassName
{
color: #234A55;
}
</style>
background-color css
<style>
a { background-color: #234A55; }
a { background-color: rgb(35,74,85); }
div.DivClassName
{
background-color: #234A55;
}
.BgClassName
{
background-color: #234A55;
}
</style>
border-color css
<style>
span { border-color: #234A55; }
span { border-color: rgb(35,74,85); }
td.TdClassName
{
border-color: #234A55;
}
.TagClassName
{
border-color: #234A55;
}
</style>