Html Css Color HEX #345273 Venice Blue

📋 copy color: '#345273'

red 52 ◦ green 82 ◦ blue 115

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

Shades of Venice Blue #345273

Tints of Venice Blue #345273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 20.88%
G = 32.93%
B = 46.18%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345273 (or 0x345273) is known color: Venice Blue. HEX triplet: 34, 52 and 73. RGB value is (52,82,115). Sum of RGB (Red+Green+Blue) = 52+82+115=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #345273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345273 is #CBAD8C. Grayscale: #4C4C4C. Windows color (decimal): -13348237 or 7557684. OLE color: 7557684.

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

Color convert

RGB 52 82 115 -
CMYK 0.55 0.29 0 0.55
HSL 211.43º 0.38% 0.33% -
HSV(B) 211.43º 0.55% 0.45% -
XYZ 7.53 8 17.37 -
YUV 76.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 52 82 115 0.55 0.29 0 0.55 211.43 0.38 0.33
Hex 34 52 73 37 1D 0 37 D3 26 21
Octal 64 122 163 67 35 0 67 323 46 41
Binary 110100 1010010 1110011 110111 11101 0 110111 11010011 100110 100001

Color Harmonies of #345273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345273

Black with #345273

Text Example


Text Example

White with #345273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345273; }

 p { color: rgb(52,82,115); }

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

background-color css

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

 a { background-color: rgb(52,82,115); }

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

border-color css

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

 span { border-color: rgb(52,82,115); }

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