Html Css Color HEX #345773 Venice Blue

📋 copy color: '#345773'

red 52 ◦ green 87 ◦ blue 115

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

Shades of Venice Blue #345773

Tints of Venice Blue #345773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.25%

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

R = 20.47%
G = 34.25%
B = 45.28%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345773 (or 0x345773) is known color: Venice Blue. HEX triplet: 34, 57 and 73. RGB value is (52,87,115). Sum of RGB (Red+Green+Blue) = 52+87+115=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #345773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345773 is #CBA88C. Grayscale: #4F4F4F. Windows color (decimal): -13346957 or 7558964. OLE color: 7558964.

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

Color convert

RGB 52 87 115 -
CMYK 0.55 0.24 0 0.55
HSL 206.67º 0.38% 0.33% -
HSV(B) 206.67º 0.55% 0.45% -
XYZ 7.92 8.78 17.5 -
YUV 79.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 52 87 115 0.55 0.24 0 0.55 206.67 0.38 0.33
Hex 34 57 73 37 18 0 37 CF 26 21
Octal 64 127 163 67 30 0 67 317 46 41
Binary 110100 1010111 1110011 110111 11000 0 110111 11001111 100110 100001

Color Harmonies of #345773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345773

Black with #345773

Text Example


Text Example

White with #345773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345773; }

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

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

background-color css

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

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

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

border-color css

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

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

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