#34506F

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

Shades of Venice Blue #34506F

Tints of Venice Blue #34506F

Color information

#34506F (or 0x34506F) is unknown color: approx Venice Blue. HEX triplet: 34, 50 and 6F. RGB value is (52,80,111). Sum of RGB (Red+Green+Blue) = 52+80+111=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #34506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34506F is #CBAF90. Grayscale: #4B4B4B. Windows color (decimal): -13348753 or 7295028. OLE color: 7295028.

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

Color convert

RGB5280111-
CMYK0.530.2800.56
HSL211.53º36.2%31.96%-
HSV(B)211.53º53.15%43.53%-
XYZ7.157.6216.13-
YUV75.16148.22111.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=21.40%
G=32.92%
B=45.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52801110.530.2800.56211.5336.231.96
Hex34506F351C038d42420
Octal6412015765340703244440
Binary1101001010000110111111010111100011100011010100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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