#234653

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

Shades of Teal Blue #234653

Tints of Teal Blue #234653

Color information

#234653 (or 0x234653) is unknown color: approx Teal Blue. HEX triplet: 23, 46 and 53. RGB value is (35,70,83). Sum of RGB (Red+Green+Blue) = 35+70+83=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #234653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234653 is #DCB9AC. Grayscale: #3C3C3C. Windows color (decimal): -14465453 or 5457443. OLE color: 5457443.

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

Color convert

RGB357083-
CMYK0.580.1600.67
HSL196.25º40.68%23.14%-
HSV(B)196.25º57.83%32.55%-
XYZ4.445.368.98-
YUV61.02140.4109.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 83 (32.81% from 255) = 44.15%
R=18.62%
G=37.23%
B=44.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3570830.580.1600.67196.2540.6823.14
Hex2346533A10043c42917
Octal43106123722001033045127
Binary1000111000110101001111101010000010000111100010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234653; }

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

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

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

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

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

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

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

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