#345073

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

Shades of Venice Blue #345073

Tints of Venice Blue #345073

Color information

#345073 (or 0x345073) is unknown color: approx Venice Blue. HEX triplet: 34, 50 and 73. RGB value is (52,80,115). Sum of RGB (Red+Green+Blue) = 52+80+115=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #345073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345073 is #CBAF8C. Grayscale: #4B4B4B. Windows color (decimal): -13348749 or 7557172. OLE color: 7557172.

HSL color Cylindrical-coordinate representation of color #345073: hue angle of 213.33º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #345073 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5280115-
CMYK0.550.3000.55
HSL213.33º37.72%32.75%-
HSV(B)213.33º54.78%45.1%-
XYZ7.387.7117.32-
YUV75.62150.22111.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=21.05%
G=32.39%
B=46.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52801150.550.3000.55213.3337.7232.75
Hex345073371E037d52621
Octal6412016367360673254641
Binary1101001010000111001111011111110011011111010101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345073; }

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

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

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

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

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

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

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

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