#345572

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

Shades of Venice Blue #345572

Tints of Venice Blue #345572

Color information

#345572 (or 0x345572) is unknown color: approx Venice Blue. HEX triplet: 34, 55 and 72. RGB value is (52,85,114). Sum of RGB (Red+Green+Blue) = 52+85+114=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #345572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345572 is #CBAA8D. Grayscale: #4E4E4E. Windows color (decimal): -13347470 or 7492916. OLE color: 7492916.

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

Color convert

RGB5285114-
CMYK0.540.2500.55
HSL208.06º37.35%32.55%-
HSV(B)208.06º54.39%44.71%-
XYZ7.78.4417.14-
YUV78.44148.07109.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=20.72%
G=33.86%
B=45.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52851140.540.2500.55208.0637.3532.55
Hex3455723619037d02521
Octal6412516266310673204541
Binary1101001010101111001011011011001011011111010000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345572; }

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

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

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

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

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

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

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

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