Html Css Color HEX #345073 Venice Blue

📋 copy color: '#345073'

red 52 ◦ green 80 ◦ blue 115

#345073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #345073

Tints of Venice Blue #345073

RGB

 RED value IS 52 (20.7% from 255) = 21.05%

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 21.05%
G = 32.39%
B = 46.56%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345073 (or 0x345073) is known color: Venice Blue. HEX triplet: 34, 50 and 73. RGB value is (52,80,115). Sum of RGB (Red+Green+Blue) = 52+80+115=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #345073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345073 is #CBAF8C. Grayscale: #4B4B4B. Windows color (decimal): -13348749 or 7557172. OLE color: 7557172.

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

Color convert

RGB 52 80 115 -
CMYK 0.55 0.30 0 0.55
HSL 213.33º 0.38% 0.33% -
HSV(B) 213.33º 0.55% 0.45% -
XYZ 7.38 7.71 17.32 -
YUV 75.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 52 80 115 0.55 0.30 0 0.55 213.33 0.38 0.33
Hex 34 50 73 37 1E 0 37 D5 26 21
Octal 64 120 163 67 36 0 67 325 46 41
Binary 110100 1010000 1110011 110111 11110 0 110111 11010101 100110 100001

Color Harmonies of #345073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345073

Black with #345073

Text Example


Text Example

White with #345073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345073; }

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

 H1.HeaderClassName
 {
   color: #345073;
 }
 .AnyTagClassName
 {
   color: #345073;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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