Html Css Color HEX #345676 Venice Blue

📋 copy color: '#345676'

red 52 ◦ green 86 ◦ blue 118

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

Shades of Venice Blue #345676

Tints of Venice Blue #345676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 20.31%
G = 33.59%
B = 46.09%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#345676 (or 0x345676) is known color: Venice Blue. HEX triplet: 34, 56 and 76. RGB value is (52,86,118). Sum of RGB (Red+Green+Blue) = 52+86+118=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #345676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345676 is #CBA989. Grayscale: #4F4F4F. Windows color (decimal): -13347210 or 7755316. OLE color: 7755316.

HSL color Cylindrical-coordinate representation of color #345676: hue angle of 209.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345676 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 86 118 -
CMYK 0.56 0.27 0 0.54
HSL 209.09º 0.39% 0.33% -
HSV(B) 209.09º 0.56% 0.46% -
XYZ 8.01 8.69 18.4 -
YUV 79.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 52 86 118 0.56 0.27 0 0.54 209.09 0.39 0.33
Hex 34 56 76 38 1B 0 36 D1 27 21
Octal 64 126 166 70 33 0 66 321 47 41
Binary 110100 1010110 1110110 111000 11011 0 110110 11010001 100111 100001

Color Harmonies of #345676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345676

Black with #345676

Text Example


Text Example

White with #345676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345676; }

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

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

background-color css

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

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

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

border-color css

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

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

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