#234955

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

Shades of Teal Blue #234955

Tints of Teal Blue #234955

Color information

#234955 (or 0x234955) is unknown color: approx Teal Blue. HEX triplet: 23, 49 and 55. RGB value is (35,73,85). Sum of RGB (Red+Green+Blue) = 35+73+85=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #234955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234955 is #DCB6AA. Grayscale: #3E3E3E. Windows color (decimal): -14464683 or 5589283. OLE color: 5589283.

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

Color convert

RGB357385-
CMYK0.590.1400.67
HSL194.4º41.67%23.53%-
HSV(B)194.4º58.82%33.33%-
XYZ4.725.789.46-
YUV63.01140.41108.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=18.13%
G=37.82%
B=44.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3573850.590.1400.67194.441.6723.53
Hex2349553BE043c22a18
Octal43111125731601033025230
Binary100011100100110101011110111110010000111100001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234955; }

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

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

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

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

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

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

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

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