#345273

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

Shades of Venice Blue #345273

Tints of Venice Blue #345273

Color information

#345273 (or 0x345273) is unknown color: approx Venice Blue. HEX triplet: 34, 52 and 73. RGB value is (52,82,115). Sum of RGB (Red+Green+Blue) = 52+82+115=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #345273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345273 is #CBAD8C. Grayscale: #4C4C4C. Windows color (decimal): -13348237 or 7557684. OLE color: 7557684.

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

Color convert

RGB5282115-
CMYK0.550.2900.55
HSL211.43º37.72%32.75%-
HSV(B)211.43º54.78%45.1%-
XYZ7.53817.37-
YUV76.79149.56110.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=20.88%
G=32.93%
B=46.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52821150.550.2900.55211.4337.7232.75
Hex345273371D037d32621
Octal6412216367350673234641
Binary1101001010010111001111011111101011011111010011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345273; }

 p { color: rgb(52,82,115); }

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

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

 a { background-color: rgb(52,82,115); }

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

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

 span { border-color: rgb(52,82,115); }

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