Html Css Color HEX #345172 Venice Blue

📋 copy color: '#345172'

red 52 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #345172

Tints of Venice Blue #345172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 21.05%
G = 32.79%
B = 46.15%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345172 (or 0x345172) is known color: Venice Blue. HEX triplet: 34, 51 and 72. RGB value is (52,81,114). Sum of RGB (Red+Green+Blue) = 52+81+114=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #345172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345172 is #CBAE8D. Grayscale: #4B4B4B. Windows color (decimal): -13348494 or 7491892. OLE color: 7491892.

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

Color convert

RGB 52 81 114 -
CMYK 0.54 0.29 0 0.55
HSL 211.94º 0.37% 0.33% -
HSV(B) 211.94º 0.54% 0.45% -
XYZ 7.4 7.83 17.04 -
YUV 76.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 52 81 114 0.54 0.29 0 0.55 211.94 0.37 0.33
Hex 34 51 72 36 1D 0 37 D4 25 21
Octal 64 121 162 66 35 0 67 324 45 41
Binary 110100 1010001 1110010 110110 11101 0 110111 11010100 100101 100001

Color Harmonies of #345172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345172

Black with #345172

Text Example


Text Example

White with #345172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345172; }

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

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

background-color css

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

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

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

border-color css

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

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

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