Html Css Color HEX #345572 Venice Blue

📋 copy color: '#345572'

red 52 ◦ green 85 ◦ blue 114

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

Shades of Venice Blue #345572

Tints of Venice Blue #345572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 20.72%
G = 33.86%
B = 45.42%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345572 (or 0x345572) is known color: Venice Blue. HEX triplet: 34, 55 and 72. RGB value is (52,85,114). Sum of RGB (Red+Green+Blue) = 52+85+114=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #345572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345572 is #CBAA8D. Grayscale: #4E4E4E. Windows color (decimal): -13347470 or 7492916. OLE color: 7492916.

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

Color convert

RGB 52 85 114 -
CMYK 0.54 0.25 0 0.55
HSL 208.06º 0.37% 0.33% -
HSV(B) 208.06º 0.54% 0.45% -
XYZ 7.7 8.44 17.14 -
YUV 78.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 52 85 114 0.54 0.25 0 0.55 208.06 0.37 0.33
Hex 34 55 72 36 19 0 37 D0 25 21
Octal 64 125 162 66 31 0 67 320 45 41
Binary 110100 1010101 1110010 110110 11001 0 110111 11010000 100101 100001

Color Harmonies of #345572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345572

Black with #345572

Text Example


Text Example

White with #345572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345572; }

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

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

background-color css

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

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

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

border-color css

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

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

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