#234672

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

Shades of Venice Blue #234672

Tints of Venice Blue #234672

Color information

#234672 (or 0x234672) is unknown color: approx Venice Blue. HEX triplet: 23, 46 and 72. RGB value is (35,70,114). Sum of RGB (Red+Green+Blue) = 35+70+114=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #234672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234672 is #DCB98D. Grayscale: #404040. Windows color (decimal): -14465422 or 7489059. OLE color: 7489059.

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

Color convert

RGB3570114-
CMYK0.690.3900.55
HSL213.42º53.02%29.22%-
HSV(B)213.42º69.3%44.71%-
XYZ5.925.9516.76-
YUV64.55155.9106.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=15.98%
G=31.96%
B=52.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35701140.690.3900.55213.4253.0229.22
Hex2346724527037d5351d
Octal43106162105470673256535
Binary10001110001101110010100010110011101101111101010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234672; }

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

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

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

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

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

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

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

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