#23545E

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

Shades of Teal Blue #23545E

Tints of Teal Blue #23545E

Color information

#23545E (or 0x23545E) is unknown color: approx Teal Blue. HEX triplet: 23, 54 and 5E. RGB value is (35,84,94). Sum of RGB (Red+Green+Blue) = 35+84+94=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #23545E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23545E is #DCABA1. Grayscale: #464646. Windows color (decimal): -14461858 or 6181923. OLE color: 6181923.

HSL color Cylindrical-coordinate representation of color #23545E: hue angle of 190.17º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23545E is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB358494-
CMYK0.630.1100.63
HSL190.17º45.74%25.29%-
HSV(B)190.17º62.77%36.86%-
XYZ5.887.5111.73-
YUV70.49141.27102.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=16.43%
G=39.44%
B=44.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3584940.630.1100.63190.1745.7425.29
Hex23545E3FB03Fbe2e19
Octal4312413677130772765631
Binary10001110101001011110111111101101111111011111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23545E; }

 p { color: rgb(35,84,94); }

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

<style>
 a { background-color: #23545E; }

 a { background-color: rgb(35,84,94); }

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

<style>
 span { border-color: #23545E; }

 span { border-color: rgb(35,84,94); }

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