Html Css Color HEX #325273 Venice Blue

📋 copy color: '#325273'

red 50 ◦ green 82 ◦ blue 115

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

Shades of Venice Blue #325273

Tints of Venice Blue #325273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 20.24%
G = 33.2%
B = 46.56%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325273 (or 0x325273) is known color: Venice Blue. HEX triplet: 32, 52 and 73. RGB value is (50,82,115). Sum of RGB (Red+Green+Blue) = 50+82+115=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #325273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325273 is #CDAD8C. Grayscale: #4C4C4C. Windows color (decimal): -13479309 or 7557682. OLE color: 7557682.

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

Color convert

RGB 50 82 115 -
CMYK 0.57 0.29 0 0.55
HSL 210.46º 0.39% 0.32% -
HSV(B) 210.46º 0.57% 0.45% -
XYZ 7.43 7.95 17.36 -
YUV 76.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 50 82 115 0.57 0.29 0 0.55 210.46 0.39 0.32
Hex 32 52 73 39 1D 0 37 D2 27 20
Octal 62 122 163 71 35 0 67 322 47 40
Binary 110010 1010010 1110011 111001 11101 0 110111 11010010 100111 100000

Color Harmonies of #325273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325273

Black with #325273

Text Example


Text Example

White with #325273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325273; }

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

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

background-color css

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

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

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

border-color css

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

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

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