Html Css Color HEX #345071 Venice Blue

📋 copy color: '#345071'

red 52 ◦ green 80 ◦ blue 113

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

Shades of Venice Blue #345071

Tints of Venice Blue #345071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 21.22%
G = 32.65%
B = 46.12%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345071 (or 0x345071) is known color: Venice Blue. HEX triplet: 34, 50 and 71. RGB value is (52,80,113). Sum of RGB (Red+Green+Blue) = 52+80+113=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #345071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345071 is #CBAF8E. Grayscale: #4B4B4B. Windows color (decimal): -13348751 or 7426100. OLE color: 7426100.

HSL color Cylindrical-coordinate representation of color #345071: hue angle of 212.46º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345071 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 80 113 -
CMYK 0.54 0.29 0 0.56
HSL 212.46º 0.37% 0.32% -
HSV(B) 212.46º 0.54% 0.44% -
XYZ 7.27 7.66 16.72 -
YUV 75.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 52 80 113 0.54 0.29 0 0.56 212.46 0.37 0.32
Hex 34 50 71 36 1D 0 38 D4 25 20
Octal 64 120 161 66 35 0 70 324 45 40
Binary 110100 1010000 1110001 110110 11101 0 111000 11010100 100101 100000

Color Harmonies of #345071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345071

Black with #345071

Text Example


Text Example

White with #345071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345071; }

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

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

background-color css

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

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

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

border-color css

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

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

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