Html Css Color HEX #345475 Venice Blue

📋 copy color: '#345475'

red 52 ◦ green 84 ◦ blue 117

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

Shades of Venice Blue #345475

Tints of Venice Blue #345475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 20.55%
G = 33.2%
B = 46.25%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#345475 (or 0x345475) is known color: Venice Blue. HEX triplet: 34, 54 and 75. RGB value is (52,84,117). Sum of RGB (Red+Green+Blue) = 52+84+117=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #345475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345475 is #CBAB8A. Grayscale: #4E4E4E. Windows color (decimal): -13347723 or 7689268. OLE color: 7689268.

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

Color convert

RGB 52 84 117 -
CMYK 0.56 0.28 0 0.54
HSL 210.46º 0.38% 0.33% -
HSV(B) 210.46º 0.56% 0.46% -
XYZ 7.8 8.36 18.03 -
YUV 78.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 52 84 117 0.56 0.28 0 0.54 210.46 0.38 0.33
Hex 34 54 75 38 1C 0 36 D2 26 21
Octal 64 124 165 70 34 0 66 322 46 41
Binary 110100 1010100 1110101 111000 11100 0 110110 11010010 100110 100001

Color Harmonies of #345475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345475

Black with #345475

Text Example


Text Example

White with #345475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345475; }

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

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

background-color css

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

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

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

border-color css

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

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

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