Html Css Color HEX #345373 Venice Blue

📋 copy color: '#345373'

red 52 ◦ green 83 ◦ blue 115

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

Shades of Venice Blue #345373

Tints of Venice Blue #345373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46%

R = 20.8%
G = 33.2%
B = 46%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345373 (or 0x345373) is known color: Venice Blue. HEX triplet: 34, 53 and 73. RGB value is (52,83,115). Sum of RGB (Red+Green+Blue) = 52+83+115=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #345373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345373 is #CBAC8C. Grayscale: #4D4D4D. Windows color (decimal): -13347981 or 7557940. OLE color: 7557940.

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

Color convert

RGB 52 83 115 -
CMYK 0.55 0.28 0 0.55
HSL 210.48º 0.38% 0.33% -
HSV(B) 210.48º 0.55% 0.45% -
XYZ 7.6 8.15 17.39 -
YUV 77.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 52 83 115 0.55 0.28 0 0.55 210.48 0.38 0.33
Hex 34 53 73 37 1C 0 37 D2 26 21
Octal 64 123 163 67 34 0 67 322 46 41
Binary 110100 1010011 1110011 110111 11100 0 110111 11010010 100110 100001

Color Harmonies of #345373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345373

Black with #345373

Text Example


Text Example

White with #345373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345373; }

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

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

background-color css

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

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

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

border-color css

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

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

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