Html Css Color HEX #345675 Venice Blue

📋 copy color: '#345675'

red 52 ◦ green 86 ◦ blue 117

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

Shades of Venice Blue #345675

Tints of Venice Blue #345675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 20.39%
G = 33.73%
B = 45.88%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#345675 (or 0x345675) is known color: Venice Blue. HEX triplet: 34, 56 and 75. RGB value is (52,86,117). Sum of RGB (Red+Green+Blue) = 52+86+117=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #345675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345675 is #CBA98A. Grayscale: #4F4F4F. Windows color (decimal): -13347211 or 7689780. OLE color: 7689780.

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

Color convert

RGB 52 86 117 -
CMYK 0.56 0.26 0 0.54
HSL 208.62º 0.38% 0.33% -
HSV(B) 208.62º 0.56% 0.46% -
XYZ 7.95 8.67 18.08 -
YUV 79.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 52 86 117 0.56 0.26 0 0.54 208.62 0.38 0.33
Hex 34 56 75 38 1A 0 36 D1 26 21
Octal 64 126 165 70 32 0 66 321 46 41
Binary 110100 1010110 1110101 111000 11010 0 110110 11010001 100110 100001

Color Harmonies of #345675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345675

Black with #345675

Text Example


Text Example

White with #345675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345675; }

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

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

background-color css

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

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

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

border-color css

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

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

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