Html Css Color HEX #345671 Venice Blue

📋 copy color: '#345671'

red 52 ◦ green 86 ◦ blue 113

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

Shades of Venice Blue #345671

Tints of Venice Blue #345671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.26%

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

R = 20.72%
G = 34.26%
B = 45.02%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345671 (or 0x345671) is known color: Venice Blue. HEX triplet: 34, 56 and 71. RGB value is (52,86,113). Sum of RGB (Red+Green+Blue) = 52+86+113=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #345671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345671 is #CBA98E. Grayscale: #4E4E4E. Windows color (decimal): -13347215 or 7427636. OLE color: 7427636.

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

Color convert

RGB 52 86 113 -
CMYK 0.54 0.24 0 0.56
HSL 206.56º 0.37% 0.32% -
HSV(B) 206.56º 0.54% 0.44% -
XYZ 7.72 8.58 16.87 -
YUV 78.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 52 86 113 0.54 0.24 0 0.56 206.56 0.37 0.32
Hex 34 56 71 36 18 0 38 CF 25 20
Octal 64 126 161 66 30 0 70 317 45 40
Binary 110100 1010110 1110001 110110 11000 0 111000 11001111 100101 100000

Color Harmonies of #345671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345671

Black with #345671

Text Example


Text Example

White with #345671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345671; }

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

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

background-color css

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

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

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

border-color css

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

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

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