Html Css Color HEX #345375 Venice Blue

📋 copy color: '#345375'

red 52 ◦ green 83 ◦ blue 117

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

Shades of Venice Blue #345375

Tints of Venice Blue #345375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 20.63%
G = 32.94%
B = 46.43%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#345375 (or 0x345375) is known color: Venice Blue. HEX triplet: 34, 53 and 75. RGB value is (52,83,117). Sum of RGB (Red+Green+Blue) = 52+83+117=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #345375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345375 is #CBAC8A. Grayscale: #4D4D4D. Windows color (decimal): -13347979 or 7689012. OLE color: 7689012.

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

Color convert

RGB 52 83 117 -
CMYK 0.56 0.29 0 0.54
HSL 211.38º 0.38% 0.33% -
HSV(B) 211.38º 0.56% 0.46% -
XYZ 7.72 8.2 18.01 -
YUV 77.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 52 83 117 0.56 0.29 0 0.54 211.38 0.38 0.33
Hex 34 53 75 38 1D 0 36 D3 26 21
Octal 64 123 165 70 35 0 66 323 46 41
Binary 110100 1010011 1110101 111000 11101 0 110110 11010011 100110 100001

Color Harmonies of #345375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345375

Black with #345375

Text Example


Text Example

White with #345375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345375; }

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

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

background-color css

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

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

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

border-color css

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

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

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