#34546F

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

Shades of Venice Blue #34546F

Tints of Venice Blue #34546F

Color information

#34546F (or 0x34546F) is unknown color: approx Venice Blue. HEX triplet: 34, 54 and 6F. RGB value is (52,84,111). Sum of RGB (Red+Green+Blue) = 52+84+111=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #34546F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34546F is #CBAB90. Grayscale: #4D4D4D. Windows color (decimal): -13347729 or 7296052. OLE color: 7296052.

HSL color Cylindrical-coordinate representation of color #34546F: hue angle of 207.46º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34546F is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5284111-
CMYK0.530.2400.56
HSL207.46º36.2%31.96%-
HSV(B)207.46º53.15%43.53%-
XYZ7.468.2216.23-
YUV77.51146.9109.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=21.05%
G=34.01%
B=44.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52841110.530.2400.56207.4636.231.96
Hex34546F3518038cf2420
Octal6412415765300703174440
Binary1101001010100110111111010111000011100011001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34546F; }

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

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

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

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

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

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

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

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