#325274

Color #325274 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #325274

Tints of Venice Blue #325274

Color information

#325274 (or 0x325274) is unknown color: approx Venice Blue. HEX triplet: 32, 52 and 74. RGB value is (50,82,116). Sum of RGB (Red+Green+Blue) = 50+82+116=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #325274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325274 is #CDAD8B. Grayscale: #4C4C4C. Windows color (decimal): -13479308 or 7623218. OLE color: 7623218.

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

Color convert

RGB5082116-
CMYK0.570.2900.55
HSL210.91º39.76%32.55%-
HSV(B)210.91º56.9%45.49%-
XYZ7.497.9717.67-
YUV76.31150.4109.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 116 (45.70% from 255) = 46.77%
R=20.16%
G=33.06%
B=46.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50821160.570.2900.55210.9139.7632.55
Hex325274391D037d32821
Octal6212216471350673235041
Binary1100101010010111010011100111101011011111010011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325274; }

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

 H1.HeaderClassName
 {
   color: #325274;
 }
 .AnyTagClassName
 {
   color: #325274;
 }
</style>
background-color css

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

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

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

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

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

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