#234656

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

Shades of Teal Blue #234656

Tints of Teal Blue #234656

Color information

#234656 (or 0x234656) is unknown color: approx Teal Blue. HEX triplet: 23, 46 and 56. RGB value is (35,70,86). Sum of RGB (Red+Green+Blue) = 35+70+86=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #234656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234656 is #DCB9A9. Grayscale: #3D3D3D. Windows color (decimal): -14465450 or 5654051. OLE color: 5654051.

HSL color Cylindrical-coordinate representation of color #234656: hue angle of 198.82º 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 #234656 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB357086-
CMYK0.590.1900.66
HSL198.82º42.15%23.73%-
HSV(B)198.82º59.3%33.73%-
XYZ4.565.419.61-
YUV61.36141.9109.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=18.32%
G=36.65%
B=45.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3570860.590.1900.66198.8242.1523.73
Hex2346563B13042c72a18
Octal43106126732301023075230
Binary1000111000110101011011101110011010000101100011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234656; }

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

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

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

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

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

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

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

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