Html Css Color HEX #325878 Venice Blue

📋 copy color: '#325878'

red 50 ◦ green 88 ◦ blue 120

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

Shades of Venice Blue #325878

Tints of Venice Blue #325878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 120 (47.27% from 255) = 46.51%

R = 19.38%
G = 34.11%
B = 46.51%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#325878 (or 0x325878) is known color: Venice Blue. HEX triplet: 32, 58 and 78. RGB value is (50,88,120). Sum of RGB (Red+Green+Blue) = 50+88+120=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #325878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325878 is #CDA787. Grayscale: #505050. Windows color (decimal): -13477768 or 7886898. OLE color: 7886898.

HSL color Cylindrical-coordinate representation of color #325878: hue angle of 207.43º 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 #325878 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 88 120 -
CMYK 0.58 0.27 0 0.53
HSL 207.43º 0.41% 0.33% -
HSV(B) 207.43º 0.58% 0.47% -
XYZ 8.2 9.01 19.08 -
YUV 80.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 50 88 120 0.58 0.27 0 0.53 207.43 0.41 0.33
Hex 32 58 78 3A 1B 0 35 CF 29 21
Octal 62 130 170 72 33 0 65 317 51 41
Binary 110010 1011000 1111000 111010 11011 0 110101 11001111 101001 100001

Color Harmonies of #325878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325878

Black with #325878

Text Example


Text Example

White with #325878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325878; }

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

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

background-color css

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

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

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

border-color css

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

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

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