Html Css Color HEX #325674 Venice Blue

📋 copy color: '#325674'

red 50 ◦ green 86 ◦ blue 116

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

Shades of Venice Blue #325674

Tints of Venice Blue #325674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 19.84%
G = 34.13%
B = 46.03%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325674 (or 0x325674) is known color: Venice Blue. HEX triplet: 32, 56 and 74. RGB value is (50,86,116). Sum of RGB (Red+Green+Blue) = 50+86+116=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #325674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325674 is #CDA98B. Grayscale: #4E4E4E. Windows color (decimal): -13478284 or 7624242. OLE color: 7624242.

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

Color convert

RGB 50 86 116 -
CMYK 0.57 0.26 0 0.55
HSL 207.27º 0.4% 0.33% -
HSV(B) 207.27º 0.57% 0.45% -
XYZ 7.8 8.59 17.77 -
YUV 78.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 50 86 116 0.57 0.26 0 0.55 207.27 0.4 0.33
Hex 32 56 74 39 1A 0 37 CF 28 21
Octal 62 126 164 71 32 0 67 317 50 41
Binary 110010 1010110 1110100 111001 11010 0 110111 11001111 101000 100001

Color Harmonies of #325674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325674

Black with #325674

Text Example


Text Example

White with #325674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325674; }

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

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

background-color css

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

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

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

border-color css

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

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

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