#234D55

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

Shades of Teal Blue #234D55

Tints of Teal Blue #234D55

Color information

#234D55 (or 0x234D55) is unknown color: approx Teal Blue. HEX triplet: 23, 4D and 55. RGB value is (35,77,85). Sum of RGB (Red+Green+Blue) = 35+77+85=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #234D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D55 is #DCB2AA. Grayscale: #414141. Windows color (decimal): -14463659 or 5590307. OLE color: 5590307.

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

Color convert

RGB357785-
CMYK0.590.0900.67
HSL189.6º41.67%23.53%-
HSV(B)189.6º58.82%33.33%-
XYZ4.996.329.55-
YUV65.35139.09106.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=17.77%
G=39.09%
B=43.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3577850.590.0900.67189.641.6723.53
Hex234D553B9043be2a18
Octal43115125731101032765230
Binary100011100110110101011110111001010000111011111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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