Html Css Color HEX #345471 Venice Blue

📋 copy color: '#345471'

red 52 ◦ green 84 ◦ blue 113

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

Shades of Venice Blue #345471

Tints of Venice Blue #345471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

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

R = 20.88%
G = 33.73%
B = 45.38%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345471 (or 0x345471) is known color: Venice Blue. HEX triplet: 34, 54 and 71. RGB value is (52,84,113). Sum of RGB (Red+Green+Blue) = 52+84+113=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #345471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345471 is #CBAB8E. Grayscale: #4D4D4D. Windows color (decimal): -13347727 or 7427124. OLE color: 7427124.

HSL color Cylindrical-coordinate representation of color #345471: hue angle of 208.52º 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 #345471 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 84 113 -
CMYK 0.54 0.26 0 0.56
HSL 208.52º 0.37% 0.32% -
HSV(B) 208.52º 0.54% 0.44% -
XYZ 7.57 8.26 16.82 -
YUV 77.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 52 84 113 0.54 0.26 0 0.56 208.52 0.37 0.32
Hex 34 54 71 36 1A 0 38 D1 25 20
Octal 64 124 161 66 32 0 70 321 45 40
Binary 110100 1010100 1110001 110110 11010 0 111000 11010001 100101 100000

Color Harmonies of #345471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345471

Black with #345471

Text Example


Text Example

White with #345471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345471; }

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

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

background-color css

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

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

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

border-color css

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

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

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