#345371

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

Shades of Venice Blue #345371

Tints of Venice Blue #345371

Color information

#345371 (or 0x345371) is unknown color: approx Venice Blue. HEX triplet: 34, 53 and 71. RGB value is (52,83,113). Sum of RGB (Red+Green+Blue) = 52+83+113=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #345371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345371 is #CBAC8E. Grayscale: #4D4D4D. Windows color (decimal): -13347983 or 7426868. OLE color: 7426868.

HSL color Cylindrical-coordinate representation of color #345371: hue angle of 209.51º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345371 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5283113-
CMYK0.540.2700.56
HSL209.51º36.97%32.35%-
HSV(B)209.51º53.98%44.31%-
XYZ7.498.1116.79-
YUV77.15148.23110.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=20.97%
G=33.47%
B=45.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52831130.540.2700.56209.5136.9732.35
Hex345371361B038d22520
Octal6412316166330703224540
Binary1101001010011111000111011011011011100011010010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345371; }

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

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

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

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

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

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

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

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