Shades of Teal Blue #234D5C
Tints of Teal Blue #234D5C
RGB
CMYK
RGB Variations
Color information
#234D5C (or 0x234D5C) is known color: Teal Blue. HEX triplet: 23, 4D and 5C. RGB value is (35,77,92). Sum of RGB (Red+Green+Blue) = 35+77+92=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #234D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D5C is #DCB2A3. Grayscale: #424242. Windows color (decimal): -14463652 or 6049059. OLE color: 6049059.
HSL color Cylindrical-coordinate representation of color #234D5C: hue angle of 195.79º degrees, saturation: 0.45, 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 #234D5C is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 77 | 92 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.64 |
| HSL | 195.79º | 0.45% | 0.25% | - |
| HSV(B) | 195.79º | 0.62% | 0.36% | - |
| XYZ | 5.28 | 6.44 | 11.09 | - |
| YUV | 66.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 92 | 0.62 | 0.16 | 0 | 0.64 | 195.79 | 0.45 | 0.25 |
| Hex | 23 | 4D | 5C | 3E | 10 | 0 | 40 | C4 | 2D | 19 |
| Octal | 43 | 115 | 134 | 76 | 20 | 0 | 100 | 304 | 55 | 31 |
| Binary | 100011 | 1001101 | 1011100 | 111110 | 10000 | 0 | 1000000 | 11000100 | 101101 | 11001 |
Color Harmonies of #234D5C
Complementary color
Monochromatic Colors of #234D5C
Black with #234D5C
Text Example
Text Example
White with #234D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D5C; }
p { color: rgb(35,77,92); }
H1.HeaderClassName
{
color: #234D5C;
}
.AnyTagClassName
{
color: #234D5C;
}
</style>
background-color css
<style>
a { background-color: #234D5C; }
a { background-color: rgb(35,77,92); }
div.DivClassName
{
background-color: #234D5C;
}
.BgClassName
{
background-color: #234D5C;
}
</style>
border-color css
<style>
span { border-color: #234D5C; }
span { border-color: rgb(35,77,92); }
td.TdClassName
{
border-color: #234D5C;
}
.TagClassName
{
border-color: #234D5C;
}
</style>