#325478

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

Shades of Venice Blue #325478

Tints of Venice Blue #325478

Color information

#325478 (or 0x325478) is unknown color: approx Venice Blue. HEX triplet: 32, 54 and 78. RGB value is (50,84,120). Sum of RGB (Red+Green+Blue) = 50+84+120=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #325478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325478 is #CDAB87. Grayscale: #4D4D4D. Windows color (decimal): -13478792 or 7885874. OLE color: 7885874.

HSL color Cylindrical-coordinate representation of color #325478: hue angle of 210.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325478 is Cyan = 0.58, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5084120-
CMYK0.580.300.53
HSL210.86º41.18%33.33%-
HSV(B)210.86º58.33%47.06%-
XYZ7.888.3718.97-
YUV77.94151.74108.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=19.69%
G=33.07%
B=47.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50841200.580.300.53210.8641.1833.33
Hex3254783A1E035d32921
Octal6212417072360653235141
Binary1100101010100111100011101011110011010111010011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325478; }

 p { color: rgb(50,84,120); }

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

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

 a { background-color: rgb(50,84,120); }

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

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

 span { border-color: rgb(50,84,120); }

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