#345472

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

Shades of Venice Blue #345472

Tints of Venice Blue #345472

Color information

#345472 (or 0x345472) is unknown color: approx Venice Blue. HEX triplet: 34, 54 and 72. RGB value is (52,84,114). Sum of RGB (Red+Green+Blue) = 52+84+114=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #345472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345472 is #CBAB8D. Grayscale: #4D4D4D. Windows color (decimal): -13347726 or 7492660. OLE color: 7492660.

HSL color Cylindrical-coordinate representation of color #345472: hue angle of 209.03º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345472 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5284114-
CMYK0.540.2600.55
HSL209.03º37.35%32.55%-
HSV(B)209.03º54.39%44.71%-
XYZ7.628.2917.12-
YUV77.85148.4109.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=20.8%
G=33.6%
B=45.6%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52841140.540.2600.55209.0337.3532.55
Hex345472361A037d12521
Octal6412416266320673214541
Binary1101001010100111001011011011010011011111010001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345472; }

 p { color: rgb(52,84,114); }

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

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

 a { background-color: rgb(52,84,114); }

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

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

 span { border-color: rgb(52,84,114); }

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