#234753

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

Shades of Teal Blue #234753

Tints of Teal Blue #234753

Color information

#234753 (or 0x234753) is unknown color: approx Teal Blue. HEX triplet: 23, 47 and 53. RGB value is (35,71,83). Sum of RGB (Red+Green+Blue) = 35+71+83=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #234753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234753 is #DCB8AC. Grayscale: #3D3D3D. Windows color (decimal): -14465197 or 5457699. OLE color: 5457699.

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

Color convert

RGB357183-
CMYK0.580.1400.67
HSL195º40.68%23.14%-
HSV(B)195º57.83%32.55%-
XYZ4.515.499.01-
YUV61.6140.07109.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=18.52%
G=37.57%
B=43.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3571830.580.1400.6719540.6823.14
Hex2347533AE043c32917
Octal43107123721601033035127
Binary100011100011110100111110101110010000111100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234753; }

 p { color: rgb(35,71,83); }

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

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

 a { background-color: rgb(35,71,83); }

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

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

 span { border-color: rgb(35,71,83); }

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