#34506E

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

Shades of Venice Blue #34506E

Tints of Venice Blue #34506E

Color information

#34506E (or 0x34506E) is unknown color: approx Venice Blue. HEX triplet: 34, 50 and 6E. RGB value is (52,80,110). Sum of RGB (Red+Green+Blue) = 52+80+110=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #34506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34506E is #CBAF91. Grayscale: #4A4A4A. Windows color (decimal): -13348754 or 7229492. OLE color: 7229492.

HSL color Cylindrical-coordinate representation of color #34506E: hue angle of 211.03º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34506E is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5280110-
CMYK0.530.2700.57
HSL211.03º35.8%31.76%-
HSV(B)211.03º52.73%43.14%-
XYZ7.17.5915.84-
YUV75.05147.72111.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=21.49%
G=33.06%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52801100.530.2700.57211.0335.831.76
Hex34506E351B039d32420
Octal6412015665330713234440
Binary1101001010000110111011010111011011100111010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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