Html Css Color HEX #345370 Venice Blue

📋 copy color: '#345370'

red 52 ◦ green 83 ◦ blue 112

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

Shades of Venice Blue #345370

Tints of Venice Blue #345370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 21.05%
G = 33.6%
B = 45.34%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345370 (or 0x345370) is known color: Venice Blue. HEX triplet: 34, 53 and 70. RGB value is (52,83,112). Sum of RGB (Red+Green+Blue) = 52+83+112=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #345370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345370 is #CBAC8F. Grayscale: #4C4C4C. Windows color (decimal): -13347984 or 7361332. OLE color: 7361332.

HSL color Cylindrical-coordinate representation of color #345370: hue angle of 209º 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 #345370 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 83 112 -
CMYK 0.54 0.26 0 0.56
HSL 209º 0.37% 0.32% -
HSV(B) 209º 0.54% 0.44% -
XYZ 7.43 8.09 16.5 -
YUV 77.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 52 83 112 0.54 0.26 0 0.56 209 0.37 0.32
Hex 34 53 70 36 1A 0 38 D1 25 20
Octal 64 123 160 66 32 0 70 321 45 40
Binary 110100 1010011 1110000 110110 11010 0 111000 11010001 100101 100000

Color Harmonies of #345370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345370

Black with #345370

Text Example


Text Example

White with #345370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345370; }

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

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

background-color css

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

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

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

border-color css

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

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

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