#345170

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

Shades of Venice Blue #345170

Tints of Venice Blue #345170

Color information

#345170 (or 0x345170) is unknown color: approx Venice Blue. HEX triplet: 34, 51 and 70. RGB value is (52,81,112). Sum of RGB (Red+Green+Blue) = 52+81+112=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #345170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345170 is #CBAE8F. Grayscale: #4B4B4B. Windows color (decimal): -13348496 or 7360820. OLE color: 7360820.

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

Color convert

RGB5281112-
CMYK0.540.2800.56
HSL211º36.59%32.16%-
HSV(B)211º53.57%43.92%-
XYZ7.287.7816.45-
YUV75.86148.39110.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=21.22%
G=33.06%
B=45.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52811120.540.2800.5621136.5932.16
Hex345170361C038d32520
Octal6412116066340703234540
Binary1101001010001111000011011011100011100011010011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345170; }

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

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

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

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

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

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

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

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