#345374

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

Shades of Venice Blue #345374

Tints of Venice Blue #345374

Color information

#345374 (or 0x345374) is unknown color: approx Venice Blue. HEX triplet: 34, 53 and 74. RGB value is (52,83,116). Sum of RGB (Red+Green+Blue) = 52+83+116=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #345374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345374 is #CBAC8B. Grayscale: #4D4D4D. Windows color (decimal): -13347980 or 7623476. OLE color: 7623476.

HSL color Cylindrical-coordinate representation of color #345374: hue angle of 210.94º 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 #345374 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5283116-
CMYK0.550.2800.55
HSL210.94º38.1%32.94%-
HSV(B)210.94º55.17%45.49%-
XYZ7.668.1817.7-
YUV77.49149.73109.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=20.72%
G=33.07%
B=46.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52831160.550.2800.55210.9438.132.94
Hex345374371C037d32621
Octal6412316467340673234641
Binary1101001010011111010011011111100011011111010011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345374; }

 p { color: rgb(52,83,116); }

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

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

 a { background-color: rgb(52,83,116); }

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

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

 span { border-color: rgb(52,83,116); }

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