Html Css Color HEX #325673 Venice Blue

📋 copy color: '#325673'

red 50 ◦ green 86 ◦ blue 115

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

Shades of Venice Blue #325673

Tints of Venice Blue #325673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.26%

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

R = 19.92%
G = 34.26%
B = 45.82%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325673 (or 0x325673) is known color: Venice Blue. HEX triplet: 32, 56 and 73. RGB value is (50,86,115). Sum of RGB (Red+Green+Blue) = 50+86+115=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #325673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325673 is #CDA98C. Grayscale: #4E4E4E. Windows color (decimal): -13478285 or 7558706. OLE color: 7558706.

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

Color convert

RGB 50 86 115 -
CMYK 0.57 0.25 0 0.55
HSL 206.77º 0.39% 0.32% -
HSV(B) 206.77º 0.57% 0.45% -
XYZ 7.74 8.57 17.47 -
YUV 78.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 50 86 115 0.57 0.25 0 0.55 206.77 0.39 0.32
Hex 32 56 73 39 19 0 37 CF 27 20
Octal 62 126 163 71 31 0 67 317 47 40
Binary 110010 1010110 1110011 111001 11001 0 110111 11001111 100111 100000

Color Harmonies of #325673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325673

Black with #325673

Text Example


Text Example

White with #325673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325673; }

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

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

background-color css

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

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

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

border-color css

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

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

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