Html Css Color HEX #325974 Venice Blue

📋 copy color: '#325974'

red 50 ◦ green 89 ◦ blue 116

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

Shades of Venice Blue #325974

Tints of Venice Blue #325974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 19.61%
G = 34.9%
B = 45.49%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325974 (or 0x325974) is known color: Venice Blue. HEX triplet: 32, 59 and 74. RGB value is (50,89,116). Sum of RGB (Red+Green+Blue) = 50+89+116=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #325974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325974 is #CDA68B. Grayscale: #505050. Windows color (decimal): -13477516 or 7625010. OLE color: 7625010.

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

Color convert

RGB 50 89 116 -
CMYK 0.57 0.23 0 0.55
HSL 204.55º 0.4% 0.33% -
HSV(B) 204.55º 0.57% 0.45% -
XYZ 8.04 9.08 17.85 -
YUV 80.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 50 89 116 0.57 0.23 0 0.55 204.55 0.4 0.33
Hex 32 59 74 39 17 0 37 CD 28 21
Octal 62 131 164 71 27 0 67 315 50 41
Binary 110010 1011001 1110100 111001 10111 0 110111 11001101 101000 100001

Color Harmonies of #325974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325974

Black with #325974

Text Example


Text Example

White with #325974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325974; }

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

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

background-color css

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

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

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

border-color css

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

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

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