Html Css Color HEX #345672 Venice Blue

📋 copy color: '#345672'

red 52 ◦ green 86 ◦ blue 114

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

Shades of Venice Blue #345672

Tints of Venice Blue #345672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 20.63%
G = 34.13%
B = 45.24%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345672 (or 0x345672) is known color: Venice Blue. HEX triplet: 34, 56 and 72. RGB value is (52,86,114). Sum of RGB (Red+Green+Blue) = 52+86+114=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #345672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345672 is #CBA98D. Grayscale: #4E4E4E. Windows color (decimal): -13347214 or 7493172. OLE color: 7493172.

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

Color convert

RGB 52 86 114 -
CMYK 0.54 0.25 0 0.55
HSL 207.1º 0.37% 0.33% -
HSV(B) 207.1º 0.54% 0.45% -
XYZ 7.78 8.6 17.17 -
YUV 79.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 52 86 114 0.54 0.25 0 0.55 207.1 0.37 0.33
Hex 34 56 72 36 19 0 37 CF 25 21
Octal 64 126 162 66 31 0 67 317 45 41
Binary 110100 1010110 1110010 110110 11001 0 110111 11001111 100101 100001

Color Harmonies of #345672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345672

Black with #345672

Text Example


Text Example

White with #345672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345672; }

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

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

background-color css

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

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

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

border-color css

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

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

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