#345673

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

Shades of Venice Blue #345673

Tints of Venice Blue #345673

Color information

#345673 (or 0x345673) is unknown color: approx Venice Blue. HEX triplet: 34, 56 and 73. RGB value is (52,86,115). Sum of RGB (Red+Green+Blue) = 52+86+115=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #345673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345673 is #CBA98C. Grayscale: #4E4E4E. Windows color (decimal): -13347213 or 7558708. OLE color: 7558708.

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

Color convert

RGB5286115-
CMYK0.550.2500.55
HSL207.62º37.72%32.75%-
HSV(B)207.62º54.78%45.1%-
XYZ7.848.6217.47-
YUV79.14148.24108.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=20.55%
G=33.99%
B=45.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52861150.550.2500.55207.6237.7232.75
Hex3456733719037d02621
Octal6412616367310673204641
Binary1101001010110111001111011111001011011111010000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345673; }

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

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

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

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

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

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

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

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