Html Css Color HEX #345570 Venice Blue

📋 copy color: '#345570'

red 52 ◦ green 85 ◦ blue 112

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

Shades of Venice Blue #345570

Tints of Venice Blue #345570

RGB

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

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

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

R = 20.88%
G = 34.14%
B = 44.98%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345570 (or 0x345570) is known color: Venice Blue. HEX triplet: 34, 55 and 70. RGB value is (52,85,112). Sum of RGB (Red+Green+Blue) = 52+85+112=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #345570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345570 is #CBAA8F. Grayscale: #4E4E4E. Windows color (decimal): -13347472 or 7361844. OLE color: 7361844.

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

Color convert

RGB 52 85 112 -
CMYK 0.54 0.24 0 0.56
HSL 207º 0.37% 0.32% -
HSV(B) 207º 0.54% 0.44% -
XYZ 7.59 8.4 16.55 -
YUV 78.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 52 85 112 0.54 0.24 0 0.56 207 0.37 0.32
Hex 34 55 70 36 18 0 38 CF 25 20
Octal 64 125 160 66 30 0 70 317 45 40
Binary 110100 1010101 1110000 110110 11000 0 111000 11001111 100101 100000

Color Harmonies of #345570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345570

Black with #345570

Text Example


Text Example

White with #345570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345570; }

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

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

background-color css

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

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

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

border-color css

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

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

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