#234551

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

Shades of Teal Blue #234551

Tints of Teal Blue #234551

Color information

#234551 (or 0x234551) is unknown color: approx Teal Blue. HEX triplet: 23, 45 and 51. RGB value is (35,69,81). Sum of RGB (Red+Green+Blue) = 35+69+81=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #234551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234551 is #DCBAAE. Grayscale: #3C3C3C. Windows color (decimal): -14465711 or 5326115. OLE color: 5326115.

HSL color Cylindrical-coordinate representation of color #234551: hue angle of 195.65º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #234551 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB356981-
CMYK0.570.1500.68
HSL195.65º39.66%22.75%-
HSV(B)195.65º56.79%31.76%-
XYZ4.315.218.56-
YUV60.2139.74110.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.92%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=18.92%
G=37.30%
B=43.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3569810.570.1500.68195.6539.6622.75
Hex23455139F044c42817
Octal43105121711701043045027
Binary100011100010110100011110011111010001001100010010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234551; }

 p { color: rgb(35,69,81); }

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

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

 a { background-color: rgb(35,69,81); }

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

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

 span { border-color: rgb(35,69,81); }

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