Html Css Color HEX #345374 Venice Blue

📋 copy color: '#345374'

red 52 ◦ green 83 ◦ blue 116

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

Shades of Venice Blue #345374

Tints of Venice Blue #345374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 20.72%
G = 33.07%
B = 46.22%

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

#345374 (or 0x345374) is known color: Venice Blue. HEX triplet: 34, 53 and 74. RGB value is (52,83,116). Sum of RGB (Red+Green+Blue) = 52+83+116=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #345374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345374 is #CBAC8B. Grayscale: #4D4D4D. Windows color (decimal): -13347980 or 7623476. OLE color: 7623476.

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

Color convert

RGB 52 83 116 -
CMYK 0.55 0.28 0 0.55
HSL 210.94º 0.38% 0.33% -
HSV(B) 210.94º 0.55% 0.45% -
XYZ 7.66 8.18 17.7 -
YUV 77.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 52 83 116 0.55 0.28 0 0.55 210.94 0.38 0.33
Hex 34 53 74 37 1C 0 37 D3 26 21
Octal 64 123 164 67 34 0 67 323 46 41
Binary 110100 1010011 1110100 110111 11100 0 110111 11010011 100110 100001

Color Harmonies of #345374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345374

Black with #345374

Text Example


Text Example

White with #345374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345374; }

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

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

background-color css

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

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

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

border-color css

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

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

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