Html Css Color HEX #345674 Venice Blue

📋 copy color: '#345674'

red 52 ◦ green 86 ◦ blue 116

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

Shades of Venice Blue #345674

Tints of Venice Blue #345674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 20.47%
G = 33.86%
B = 45.67%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345674 (or 0x345674) is known color: Venice Blue. HEX triplet: 34, 56 and 74. RGB value is (52,86,116). Sum of RGB (Red+Green+Blue) = 52+86+116=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #345674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345674 is #CBA98B. Grayscale: #4F4F4F. Windows color (decimal): -13347212 or 7624244. OLE color: 7624244.

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

Color convert

RGB 52 86 116 -
CMYK 0.55 0.26 0 0.55
HSL 208.13º 0.38% 0.33% -
HSV(B) 208.13º 0.55% 0.45% -
XYZ 7.9 8.65 17.78 -
YUV 79.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 52 86 116 0.55 0.26 0 0.55 208.13 0.38 0.33
Hex 34 56 74 37 1A 0 37 D0 26 21
Octal 64 126 164 67 32 0 67 320 46 41
Binary 110100 1010110 1110100 110111 11010 0 110111 11010000 100110 100001

Color Harmonies of #345674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345674

Black with #345674

Text Example


Text Example

White with #345674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345674; }

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

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

background-color css

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

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

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

border-color css

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

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

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