#234D56

Color #234D56 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #234D56

Tints of Teal Blue #234D56

Color information

#234D56 (or 0x234D56) is unknown color: approx Teal Blue. HEX triplet: 23, 4D and 56. RGB value is (35,77,86). Sum of RGB (Red+Green+Blue) = 35+77+86=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #234D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D56 is #DCB2A9. Grayscale: #414141. Windows color (decimal): -14463658 or 5655843. OLE color: 5655843.

HSL color Cylindrical-coordinate representation of color #234D56: hue angle of 190.59º 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 #234D56 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB357786-
CMYK0.590.1000.66
HSL190.59º42.15%23.73%-
HSV(B)190.59º59.3%33.73%-
XYZ5.036.349.76-
YUV65.47139.59106.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=17.68%
G=38.89%
B=43.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3577860.590.1000.66190.5942.1523.73
Hex234D563BA042bf2a18
Octal43115126731201022775230
Binary100011100110110101101110111010010000101011111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234D56; }

 p { color: rgb(35,77,86); }

 H1.HeaderClassName
 {
   color: #234D56;
 }
 .AnyTagClassName
 {
   color: #234D56;
 }
</style>
background-color css

<style>
 a { background-color: #234D56; }

 a { background-color: rgb(35,77,86); }

 div.DivClassName
 {
   background-color: #234D56;
 }
 .BgClassName
 {
   background-color: #234D56;
 }
</style>
border-color css

<style>
 span { border-color: #234D56; }

 span { border-color: rgb(35,77,86); }

 td.TdClassName
 {
   border-color: #234D56;
 }
 .TagClassName
 {
   border-color: #234D56;
 }
</style>