#345574

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

Shades of Venice Blue #345574

Tints of Venice Blue #345574

Color information

#345574 (or 0x345574) is unknown color: approx Venice Blue. HEX triplet: 34, 55 and 74. RGB value is (52,85,116). Sum of RGB (Red+Green+Blue) = 52+85+116=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #345574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345574 is #CBAA8B. Grayscale: #4E4E4E. Windows color (decimal): -13347468 or 7623988. OLE color: 7623988.

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

Color convert

RGB5285116-
CMYK0.550.2700.55
HSL209.06º38.1%32.94%-
HSV(B)209.06º55.17%45.49%-
XYZ7.828.4917.75-
YUV78.67149.07108.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=20.55%
G=33.60%
B=45.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52851160.550.2700.55209.0638.132.94
Hex345574371B037d12621
Octal6412516467330673214641
Binary1101001010101111010011011111011011011111010001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345574; }

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

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

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

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

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

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

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

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