Html Css Color HEX #325875 Venice Blue

📋 copy color: '#325875'

red 50 ◦ green 88 ◦ blue 117

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

Shades of Venice Blue #325875

Tints of Venice Blue #325875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 19.61%
G = 34.51%
B = 45.88%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325875 (or 0x325875) is known color: Venice Blue. HEX triplet: 32, 58 and 75. RGB value is (50,88,117). Sum of RGB (Red+Green+Blue) = 50+88+117=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #325875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325875 is #CDA78A. Grayscale: #4F4F4F. Windows color (decimal): -13477771 or 7690290. OLE color: 7690290.

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

Color convert

RGB 50 88 117 -
CMYK 0.57 0.25 0 0.54
HSL 205.97º 0.4% 0.33% -
HSV(B) 205.97º 0.57% 0.46% -
XYZ 8.02 8.94 18.13 -
YUV 79.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 50 88 117 0.57 0.25 0 0.54 205.97 0.4 0.33
Hex 32 58 75 39 19 0 36 CE 28 21
Octal 62 130 165 71 31 0 66 316 50 41
Binary 110010 1011000 1110101 111001 11001 0 110110 11001110 101000 100001

Color Harmonies of #325875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325875

Black with #325875

Text Example


Text Example

White with #325875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325875; }

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

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

background-color css

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

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

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

border-color css

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

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

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