#345072

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

Shades of Venice Blue #345072

Tints of Venice Blue #345072

Color information

#345072 (or 0x345072) is unknown color: approx Venice Blue. HEX triplet: 34, 50 and 72. RGB value is (52,80,114). Sum of RGB (Red+Green+Blue) = 52+80+114=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #345072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345072 is #CBAF8D. Grayscale: #4B4B4B. Windows color (decimal): -13348750 or 7491636. OLE color: 7491636.

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

Color convert

RGB5280114-
CMYK0.540.3000.55
HSL212.9º37.35%32.55%-
HSV(B)212.9º54.39%44.71%-
XYZ7.327.6817.02-
YUV75.5149.72111.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=21.14%
G=32.52%
B=46.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52801140.540.3000.55212.937.3532.55
Hex345072361E037d52521
Octal6412016266360673254541
Binary1101001010000111001011011011110011011111010101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345072; }

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

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

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

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

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

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

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

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