#345174

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

Shades of Venice Blue #345174

Tints of Venice Blue #345174

Color information

#345174 (or 0x345174) is unknown color: approx Venice Blue. HEX triplet: 34, 51 and 74. RGB value is (52,81,116). Sum of RGB (Red+Green+Blue) = 52+81+116=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #345174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345174 is #CBAE8B. Grayscale: #4C4C4C. Windows color (decimal): -13348492 or 7622964. OLE color: 7622964.

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

Color convert

RGB5281116-
CMYK0.550.3000.55
HSL212.81º38.1%32.94%-
HSV(B)212.81º55.17%45.49%-
XYZ7.517.8817.65-
YUV76.32150.39110.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=20.88%
G=32.53%
B=46.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52811160.550.3000.55212.8138.132.94
Hex345174371E037d52621
Octal6412116467360673254641
Binary1101001010001111010011011111110011011111010101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345174; }

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

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

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

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

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

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

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

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