#234E56

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

Shades of Teal Blue #234E56

Tints of Teal Blue #234E56

Color information

#234E56 (or 0x234E56) is unknown color: approx Teal Blue. HEX triplet: 23, 4E and 56. RGB value is (35,78,86). Sum of RGB (Red+Green+Blue) = 35+78+86=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #234E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E56 is #DCB1A9. Grayscale: #414141. Windows color (decimal): -14463402 or 5656099. OLE color: 5656099.

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

Color convert

RGB357886-
CMYK0.590.0900.66
HSL189.41º42.15%23.73%-
HSV(B)189.41º59.3%33.73%-
XYZ5.16.489.79-
YUV66.05139.25105.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.59%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=17.59%
G=39.20%
B=43.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3578860.590.0900.66189.4142.1523.73
Hex234E563B9042bd2a18
Octal43116126731101022755230
Binary100011100111010101101110111001010000101011110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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