#234E55

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

Shades of Teal Blue #234E55

Tints of Teal Blue #234E55

Color information

#234E55 (or 0x234E55) is unknown color: approx Teal Blue. HEX triplet: 23, 4E and 55. RGB value is (35,78,85). Sum of RGB (Red+Green+Blue) = 35+78+85=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #234E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E55 is #DCB1AA. Grayscale: #414141. Windows color (decimal): -14463403 or 5590563. OLE color: 5590563.

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

Color convert

RGB357885-
CMYK0.590.0800.67
HSL188.4º41.67%23.53%-
HSV(B)188.4º58.82%33.33%-
XYZ5.066.469.58-
YUV65.94138.75105.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 85 (33.59% from 255) = 42.93%
R=17.68%
G=39.39%
B=42.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3578850.590.0800.67188.441.6723.53
Hex234E553B8043bc2a18
Octal43116125731001032745230
Binary100011100111010101011110111000010000111011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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