Html Css Color HEX #325072 Venice Blue

📋 copy color: '#325072'

red 50 ◦ green 80 ◦ blue 114

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

Shades of Venice Blue #325072

Tints of Venice Blue #325072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

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

R = 20.49%
G = 32.79%
B = 46.72%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325072 (or 0x325072) is known color: Venice Blue. HEX triplet: 32, 50 and 72. RGB value is (50,80,114). Sum of RGB (Red+Green+Blue) = 50+80+114=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #325072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325072 is #CDAF8D. Grayscale: #4A4A4A. Windows color (decimal): -13479822 or 7491634. OLE color: 7491634.

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

Color convert

RGB 50 80 114 -
CMYK 0.56 0.30 0 0.55
HSL 211.88º 0.39% 0.32% -
HSV(B) 211.88º 0.56% 0.45% -
XYZ 7.22 7.63 17.01 -
YUV 74.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 50 80 114 0.56 0.30 0 0.55 211.88 0.39 0.32
Hex 32 50 72 38 1E 0 37 D4 27 20
Octal 62 120 162 70 36 0 67 324 47 40
Binary 110010 1010000 1110010 111000 11110 0 110111 11010100 100111 100000

Color Harmonies of #325072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325072

Black with #325072

Text Example


Text Example

White with #325072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325072; }

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

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

background-color css

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

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

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

border-color css

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

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

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