Html Css Color HEX #325375 Venice Blue

📋 copy color: '#325375'

red 50 ◦ green 83 ◦ blue 117

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

Shades of Venice Blue #325375

Tints of Venice Blue #325375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

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

R = 20%
G = 33.2%
B = 46.8%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325375 (or 0x325375) is known color: Venice Blue. HEX triplet: 32, 53 and 75. RGB value is (50,83,117). Sum of RGB (Red+Green+Blue) = 50+83+117=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #325375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325375 is #CDAC8A. Grayscale: #4C4C4C. Windows color (decimal): -13479051 or 7689010. OLE color: 7689010.

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

Color convert

RGB 50 83 117 -
CMYK 0.57 0.29 0 0.54
HSL 210.45º 0.4% 0.33% -
HSV(B) 210.45º 0.57% 0.46% -
XYZ 7.62 8.15 18 -
YUV 77.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 50 83 117 0.57 0.29 0 0.54 210.45 0.4 0.33
Hex 32 53 75 39 1D 0 36 D2 28 21
Octal 62 123 165 71 35 0 66 322 50 41
Binary 110010 1010011 1110101 111001 11101 0 110110 11010010 101000 100001

Color Harmonies of #325375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325375

Black with #325375

Text Example


Text Example

White with #325375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325375; }

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

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

background-color css

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

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

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

border-color css

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

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

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