Html Css Color HEX #325073 Venice Blue

📋 copy color: '#325073'

red 50 ◦ green 80 ◦ blue 115

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

Shades of Venice Blue #325073

Tints of Venice Blue #325073

RGB

 RED value IS 50 (19.92% from 255) = 20.41%

 GREEN value IS 80 (31.64% from 255) = 32.65%

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

R = 20.41%
G = 32.65%
B = 46.94%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325073 (or 0x325073) is known color: Venice Blue. HEX triplet: 32, 50 and 73. RGB value is (50,80,115). Sum of RGB (Red+Green+Blue) = 50+80+115=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #325073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325073 is #CDAF8C. Grayscale: #4A4A4A. Windows color (decimal): -13479821 or 7557170. OLE color: 7557170.

HSL color Cylindrical-coordinate representation of color #325073: hue angle of 212.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325073 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 80 115 -
CMYK 0.57 0.30 0 0.55
HSL 212.31º 0.39% 0.32% -
HSV(B) 212.31º 0.57% 0.45% -
XYZ 7.28 7.65 17.31 -
YUV 75.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 50 80 115 0.57 0.30 0 0.55 212.31 0.39 0.32
Hex 32 50 73 39 1E 0 37 D4 27 20
Octal 62 120 163 71 36 0 67 324 47 40
Binary 110010 1010000 1110011 111001 11110 0 110111 11010100 100111 100000

Color Harmonies of #325073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325073

Black with #325073

Text Example


Text Example

White with #325073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325073; }

 p { color: rgb(50,80,115); }

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

background-color css

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

 a { background-color: rgb(50,80,115); }

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

border-color css

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

 span { border-color: rgb(50,80,115); }

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