Html Css Color HEX #325672 Venice Blue

📋 copy color: '#325672'

red 50 ◦ green 86 ◦ blue 114

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

Shades of Venice Blue #325672

Tints of Venice Blue #325672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 20%
G = 34.4%
B = 45.6%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325672 (or 0x325672) is known color: Venice Blue. HEX triplet: 32, 56 and 72. RGB value is (50,86,114). Sum of RGB (Red+Green+Blue) = 50+86+114=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #325672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325672 is #CDA98D. Grayscale: #4E4E4E. Windows color (decimal): -13478286 or 7493170. OLE color: 7493170.

HSL color Cylindrical-coordinate representation of color #325672: hue angle of 206.25º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #325672 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 86 114 -
CMYK 0.56 0.25 0 0.55
HSL 206.25º 0.39% 0.32% -
HSV(B) 206.25º 0.56% 0.45% -
XYZ 7.68 8.55 17.16 -
YUV 78.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 50 86 114 0.56 0.25 0 0.55 206.25 0.39 0.32
Hex 32 56 72 38 19 0 37 CE 27 20
Octal 62 126 162 70 31 0 67 316 47 40
Binary 110010 1010110 1110010 111000 11001 0 110111 11001110 100111 100000

Color Harmonies of #325672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325672

Black with #325672

Text Example


Text Example

White with #325672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325672; }

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

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

background-color css

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

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

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

border-color css

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

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

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