Html Css Color HEX #345372 Venice Blue

📋 copy color: '#345372'

red 52 ◦ green 83 ◦ blue 114

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

Shades of Venice Blue #345372

Tints of Venice Blue #345372

RGB

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

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

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

R = 20.88%
G = 33.33%
B = 45.78%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345372 (or 0x345372) is known color: Venice Blue. HEX triplet: 34, 53 and 72. RGB value is (52,83,114). Sum of RGB (Red+Green+Blue) = 52+83+114=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #345372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345372 is #CBAC8D. Grayscale: #4D4D4D. Windows color (decimal): -13347982 or 7492404. OLE color: 7492404.

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

Color convert

RGB 52 83 114 -
CMYK 0.54 0.27 0 0.55
HSL 210º 0.37% 0.33% -
HSV(B) 210º 0.54% 0.45% -
XYZ 7.55 8.13 17.09 -
YUV 77.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 52 83 114 0.54 0.27 0 0.55 210 0.37 0.33
Hex 34 53 72 36 1B 0 37 D2 25 21
Octal 64 123 162 66 33 0 67 322 45 41
Binary 110100 1010011 1110010 110110 11011 0 110111 11010010 100101 100001

Color Harmonies of #345372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345372

Black with #345372

Text Example


Text Example

White with #345372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345372; }

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

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

background-color css

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

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

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

border-color css

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

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

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