Html Css Color HEX #345571 Venice Blue

📋 copy color: '#345571'

red 52 ◦ green 85 ◦ blue 113

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

Shades of Venice Blue #345571

Tints of Venice Blue #345571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 20.8%
G = 34%
B = 45.2%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345571 (or 0x345571) is known color: Venice Blue. HEX triplet: 34, 55 and 71. RGB value is (52,85,113). Sum of RGB (Red+Green+Blue) = 52+85+113=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #345571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345571 is #CBAA8E. Grayscale: #4E4E4E. Windows color (decimal): -13347471 or 7427380. OLE color: 7427380.

HSL color Cylindrical-coordinate representation of color #345571: hue angle of 207.54º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345571 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 85 113 -
CMYK 0.54 0.25 0 0.56
HSL 207.54º 0.37% 0.32% -
HSV(B) 207.54º 0.54% 0.44% -
XYZ 7.65 8.42 16.84 -
YUV 78.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 52 85 113 0.54 0.25 0 0.56 207.54 0.37 0.32
Hex 34 55 71 36 19 0 38 D0 25 20
Octal 64 125 161 66 31 0 70 320 45 40
Binary 110100 1010101 1110001 110110 11001 0 111000 11010000 100101 100000

Color Harmonies of #345571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345571

Black with #345571

Text Example


Text Example

White with #345571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345571; }

 p { color: rgb(52,85,113); }

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

background-color css

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

 a { background-color: rgb(52,85,113); }

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

border-color css

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

 span { border-color: rgb(52,85,113); }

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