Html Css Color HEX #325270 Venice Blue

📋 copy color: '#325270'

red 50 ◦ green 82 ◦ blue 112

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

Shades of Venice Blue #325270

Tints of Venice Blue #325270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 20.49%
G = 33.61%
B = 45.9%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325270 (or 0x325270) is known color: Venice Blue. HEX triplet: 32, 52 and 70. RGB value is (50,82,112). Sum of RGB (Red+Green+Blue) = 50+82+112=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #325270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325270 is #CDAD8F. Grayscale: #4B4B4B. Windows color (decimal): -13479312 or 7361074. OLE color: 7361074.

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

Color convert

RGB 50 82 112 -
CMYK 0.55 0.27 0 0.56
HSL 209.03º 0.38% 0.32% -
HSV(B) 209.03º 0.55% 0.44% -
XYZ 7.26 7.88 16.47 -
YUV 75.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 50 82 112 0.55 0.27 0 0.56 209.03 0.38 0.32
Hex 32 52 70 37 1B 0 38 D1 26 20
Octal 62 122 160 67 33 0 70 321 46 40
Binary 110010 1010010 1110000 110111 11011 0 111000 11010001 100110 100000

Color Harmonies of #325270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325270

Black with #325270

Text Example


Text Example

White with #325270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325270; }

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

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

background-color css

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

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

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

border-color css

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

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

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