Html Css Color HEX #325272 Venice Blue

📋 copy color: '#325272'

red 50 ◦ green 82 ◦ blue 114

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

Shades of Venice Blue #325272

Tints of Venice Blue #325272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.33%

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

R = 20.33%
G = 33.33%
B = 46.34%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325272 (or 0x325272) is known color: Venice Blue. HEX triplet: 32, 52 and 72. RGB value is (50,82,114). Sum of RGB (Red+Green+Blue) = 50+82+114=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #325272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325272 is #CDAD8D. Grayscale: #4B4B4B. Windows color (decimal): -13479310 or 7492146. OLE color: 7492146.

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

Color convert

RGB 50 82 114 -
CMYK 0.56 0.28 0 0.55
HSL 210º 0.39% 0.32% -
HSV(B) 210º 0.56% 0.45% -
XYZ 7.37 7.93 17.06 -
YUV 76.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 50 82 114 0.56 0.28 0 0.55 210 0.39 0.32
Hex 32 52 72 38 1C 0 37 D2 27 20
Octal 62 122 162 70 34 0 67 322 47 40
Binary 110010 1010010 1110010 111000 11100 0 110111 11010010 100111 100000

Color Harmonies of #325272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325272

Black with #325272

Text Example


Text Example

White with #325272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325272; }

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

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

background-color css

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

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

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

border-color css

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

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

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