#234856

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

Shades of Teal Blue #234856

Tints of Teal Blue #234856

Color information

#234856 (or 0x234856) is unknown color: approx Teal Blue. HEX triplet: 23, 48 and 56. RGB value is (35,72,86). Sum of RGB (Red+Green+Blue) = 35+72+86=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #234856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234856 is #DCB7A9. Grayscale: #3E3E3E. Windows color (decimal): -14464938 or 5654563. OLE color: 5654563.

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

Color convert

RGB357286-
CMYK0.590.1600.66
HSL196.47º42.15%23.73%-
HSV(B)196.47º59.3%33.73%-
XYZ4.695.669.65-
YUV62.53141.24108.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=18.13%
G=37.31%
B=44.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3572860.590.1600.66196.4742.1523.73
Hex2348563B10042c42a18
Octal43110126732001023045230
Binary1000111001000101011011101110000010000101100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234856; }

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

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

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

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

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

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

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

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