Html Css Color HEX #345774 Venice Blue

📋 copy color: '#345774'

red 52 ◦ green 87 ◦ blue 116

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

Shades of Venice Blue #345774

Tints of Venice Blue #345774

RGB

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

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

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

R = 20.39%
G = 34.12%
B = 45.49%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345774 (or 0x345774) is known color: Venice Blue. HEX triplet: 34, 57 and 74. RGB value is (52,87,116). Sum of RGB (Red+Green+Blue) = 52+87+116=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #345774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345774 is #CBA88B. Grayscale: #4F4F4F. Windows color (decimal): -13346956 or 7624500. OLE color: 7624500.

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

Color convert

RGB 52 87 116 -
CMYK 0.55 0.25 0 0.55
HSL 207.19º 0.38% 0.33% -
HSV(B) 207.19º 0.55% 0.45% -
XYZ 7.98 8.81 17.8 -
YUV 79.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 52 87 116 0.55 0.25 0 0.55 207.19 0.38 0.33
Hex 34 57 74 37 19 0 37 CF 26 21
Octal 64 127 164 67 31 0 67 317 46 41
Binary 110100 1010111 1110100 110111 11001 0 110111 11001111 100110 100001

Color Harmonies of #345774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345774

Black with #345774

Text Example


Text Example

White with #345774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345774; }

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

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

background-color css

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

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

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

border-color css

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

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

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