Html Css Color HEX #325174 Venice Blue

📋 copy color: '#325174'

red 50 ◦ green 81 ◦ blue 116

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

Shades of Venice Blue #325174

Tints of Venice Blue #325174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 20.24%
G = 32.79%
B = 46.96%

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

#325174 (or 0x325174) is known color: Venice Blue. HEX triplet: 32, 51 and 74. RGB value is (50,81,116). Sum of RGB (Red+Green+Blue) = 50+81+116=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #325174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325174 is #CDAE8B. Grayscale: #4B4B4B. Windows color (decimal): -13479564 or 7622962. OLE color: 7622962.

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

Color convert

RGB 50 81 116 -
CMYK 0.57 0.30 0 0.55
HSL 211.82º 0.4% 0.33% -
HSV(B) 211.82º 0.57% 0.45% -
XYZ 7.41 7.82 17.64 -
YUV 75.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 50 81 116 0.57 0.30 0 0.55 211.82 0.4 0.33
Hex 32 51 74 39 1E 0 37 D4 28 21
Octal 62 121 164 71 36 0 67 324 50 41
Binary 110010 1010001 1110100 111001 11110 0 110111 11010100 101000 100001

Color Harmonies of #325174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325174

Black with #325174

Text Example


Text Example

White with #325174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325174; }

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

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

background-color css

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

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

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

border-color css

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

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

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