#234951

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

Shades of Teal Blue #234951

Tints of Teal Blue #234951

Color information

#234951 (or 0x234951) is unknown color: approx Teal Blue. HEX triplet: 23, 49 and 51. RGB value is (35,73,81). Sum of RGB (Red+Green+Blue) = 35+73+81=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #234951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234951 is #DCB6AE. Grayscale: #3E3E3E. Windows color (decimal): -14464687 or 5327139. OLE color: 5327139.

HSL color Cylindrical-coordinate representation of color #234951: hue angle of 190.43º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #234951 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB357381-
CMYK0.570.1000.68
HSL190.43º39.66%22.75%-
HSV(B)190.43º56.79%31.76%-
XYZ4.565.728.65-
YUV62.55138.41108.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 81 (32.03% from 255) = 42.86%
R=18.52%
G=38.62%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3573810.570.1000.68190.4339.6622.75
Hex23495139A044be2817
Octal43111121711201042765027
Binary100011100100110100011110011010010001001011111010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234951; }

 p { color: rgb(35,73,81); }

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

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

 a { background-color: rgb(35,73,81); }

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

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

 span { border-color: rgb(35,73,81); }

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