#23464E

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

Shades of Teal Blue #23464E

Tints of Teal Blue #23464E

Color information

#23464E (or 0x23464E) is unknown color: approx Teal Blue. HEX triplet: 23, 46 and 4E. RGB value is (35,70,78). Sum of RGB (Red+Green+Blue) = 35+70+78=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #23464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23464E is #DCB9B1. Grayscale: #3C3C3C. Windows color (decimal): -14465458 or 5129763. OLE color: 5129763.

HSL color Cylindrical-coordinate representation of color #23464E: hue angle of 191.16º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23464E is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB357078-
CMYK0.550.1000.69
HSL191.16º38.05%22.16%-
HSV(B)191.16º55.13%30.59%-
XYZ4.265.298-
YUV60.45137.9109.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=19.13%
G=38.25%
B=42.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3570780.550.1000.69191.1638.0522.16
Hex23464E37A045bf2616
Octal43106116671201052774626
Binary100011100011010011101101111010010001011011111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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