#345071

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

Shades of Venice Blue #345071

Tints of Venice Blue #345071

Color information

#345071 (or 0x345071) is unknown color: approx Venice Blue. HEX triplet: 34, 50 and 71. RGB value is (52,80,113). Sum of RGB (Red+Green+Blue) = 52+80+113=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #345071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345071 is #CBAF8E. Grayscale: #4B4B4B. Windows color (decimal): -13348751 or 7426100. OLE color: 7426100.

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

Color convert

RGB5280113-
CMYK0.540.2900.56
HSL212.46º36.97%32.35%-
HSV(B)212.46º53.98%44.31%-
XYZ7.277.6616.72-
YUV75.39149.22111.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=21.22%
G=32.65%
B=46.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52801130.540.2900.56212.4636.9732.35
Hex345071361D038d42520
Octal6412016166350703244540
Binary1101001010000111000111011011101011100011010100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345071; }

 p { color: rgb(52,80,113); }

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

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

 a { background-color: rgb(52,80,113); }

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

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

 span { border-color: rgb(52,80,113); }

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