Html Css Color HEX #325373 Venice Blue

📋 copy color: '#325373'

red 50 ◦ green 83 ◦ blue 115

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

Shades of Venice Blue #325373

Tints of Venice Blue #325373

RGB

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

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

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

R = 20.16%
G = 33.47%
B = 46.37%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325373 (or 0x325373) is known color: Venice Blue. HEX triplet: 32, 53 and 73. RGB value is (50,83,115). Sum of RGB (Red+Green+Blue) = 50+83+115=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #325373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325373 is #CDAC8C. Grayscale: #4C4C4C. Windows color (decimal): -13479053 or 7557938. OLE color: 7557938.

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

Color convert

RGB 50 83 115 -
CMYK 0.57 0.28 0 0.55
HSL 209.54º 0.39% 0.32% -
HSV(B) 209.54º 0.57% 0.45% -
XYZ 7.5 8.1 17.39 -
YUV 76.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 50 83 115 0.57 0.28 0 0.55 209.54 0.39 0.32
Hex 32 53 73 39 1C 0 37 D2 27 20
Octal 62 123 163 71 34 0 67 322 47 40
Binary 110010 1010011 1110011 111001 11100 0 110111 11010010 100111 100000

Color Harmonies of #325373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325373

Black with #325373

Text Example


Text Example

White with #325373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325373; }

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

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

background-color css

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

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

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

border-color css

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

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

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