Html Css Color HEX #325975 Venice Blue

📋 copy color: '#325975'

red 50 ◦ green 89 ◦ blue 117

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

Shades of Venice Blue #325975

Tints of Venice Blue #325975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.7%

R = 19.53%
G = 34.77%
B = 45.7%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325975 (or 0x325975) is known color: Venice Blue. HEX triplet: 32, 59 and 75. RGB value is (50,89,117). Sum of RGB (Red+Green+Blue) = 50+89+117=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #325975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325975 is #CDA68A. Grayscale: #505050. Windows color (decimal): -13477515 or 7690546. OLE color: 7690546.

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

Color convert

RGB 50 89 117 -
CMYK 0.57 0.24 0 0.54
HSL 205.07º 0.4% 0.33% -
HSV(B) 205.07º 0.57% 0.46% -
XYZ 8.1 9.11 18.16 -
YUV 80.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 50 89 117 0.57 0.24 0 0.54 205.07 0.4 0.33
Hex 32 59 75 39 18 0 36 CD 28 21
Octal 62 131 165 71 30 0 66 315 50 41
Binary 110010 1011001 1110101 111001 11000 0 110110 11001101 101000 100001

Color Harmonies of #325975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325975

Black with #325975

Text Example


Text Example

White with #325975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325975; }

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

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

background-color css

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

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

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

border-color css

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

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

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