#234671

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

Shades of Venice Blue #234671

Tints of Venice Blue #234671

Color information

#234671 (or 0x234671) is unknown color: approx Venice Blue. HEX triplet: 23, 46 and 71. RGB value is (35,70,113). Sum of RGB (Red+Green+Blue) = 35+70+113=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #234671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234671 is #DCB98E. Grayscale: #404040. Windows color (decimal): -14465423 or 7423523. OLE color: 7423523.

HSL color Cylindrical-coordinate representation of color #234671: hue angle of 213.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234671 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3570113-
CMYK0.690.3800.56
HSL213.08º52.7%29.02%-
HSV(B)213.08º69.03%44.31%-
XYZ5.865.9316.46-
YUV64.44155.4107-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.06%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=16.06%
G=32.11%
B=51.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35701130.690.3800.56213.0852.729.02
Hex2346714526038d5351d
Octal43106161105460703256535
Binary10001110001101110001100010110011001110001101010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234671; }

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

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

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

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

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

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

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

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