#234E5B

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

Shades of Teal Blue #234E5B

Tints of Teal Blue #234E5B

Color information

#234E5B (or 0x234E5B) is unknown color: approx Teal Blue. HEX triplet: 23, 4E and 5B. RGB value is (35,78,91). Sum of RGB (Red+Green+Blue) = 35+78+91=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #234E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E5B is #DCB1A4. Grayscale: #424242. Windows color (decimal): -14463397 or 5983779. OLE color: 5983779.

HSL color Cylindrical-coordinate representation of color #234E5B: hue angle of 193.93º degrees, saturation: 0.44, 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 #234E5B is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357891-
CMYK0.620.1400.64
HSL193.93º44.44%24.71%-
HSV(B)193.93º61.54%35.69%-
XYZ5.316.5610.88-
YUV66.62141.75105.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.16%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=17.16%
G=38.24%
B=44.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3578910.620.1400.64193.9344.4424.71
Hex234E5B3EE040c22c19
Octal43116133761601003025431
Binary100011100111010110111111101110010000001100001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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