#234956

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

Shades of Teal Blue #234956

Tints of Teal Blue #234956

Color information

#234956 (or 0x234956) is unknown color: approx Teal Blue. HEX triplet: 23, 49 and 56. RGB value is (35,73,86). Sum of RGB (Red+Green+Blue) = 35+73+86=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #234956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234956 is #DCB6A9. Grayscale: #3F3F3F. Windows color (decimal): -14464682 or 5654819. OLE color: 5654819.

HSL color Cylindrical-coordinate representation of color #234956: hue angle of 195.29º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #234956 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB357386-
CMYK0.590.1500.66
HSL195.29º42.15%23.73%-
HSV(B)195.29º59.3%33.73%-
XYZ4.765.799.67-
YUV63.12140.91107.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=18.04%
G=37.63%
B=44.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3573860.590.1500.66195.2942.1523.73
Hex2349563BF042c32a18
Octal43111126731701023035230
Binary100011100100110101101110111111010000101100001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234956; }

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

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

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

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

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

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

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

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