Html Css Color HEX #32516D Venice Blue

📋 copy color: '#32516D'

red 50 ◦ green 81 ◦ blue 109

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

Shades of Venice Blue #32516D

Tints of Venice Blue #32516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

 BLUE value IS 109 (42.97% from 255) = 45.42%

R = 20.83%
G = 33.75%
B = 45.42%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32516D (or 0x32516D) is known color: Venice Blue. HEX triplet: 32, 51 and 6D. RGB value is (50,81,109). Sum of RGB (Red+Green+Blue) = 50+81+109=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #32516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32516D is #CDAE92. Grayscale: #4A4A4A. Windows color (decimal): -13479571 or 7164210. OLE color: 7164210.

HSL color Cylindrical-coordinate representation of color #32516D: hue angle of 208.47º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32516D is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 81 109 -
CMYK 0.54 0.26 0 0.57
HSL 208.47º 0.37% 0.31% -
HSV(B) 208.47º 0.54% 0.43% -
XYZ 7.02 7.67 15.58 -
YUV 74.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 50 81 109 0.54 0.26 0 0.57 208.47 0.37 0.31
Hex 32 51 6D 36 1A 0 39 D0 25 1F
Octal 62 121 155 66 32 0 71 320 45 37
Binary 110010 1010001 1101101 110110 11010 0 111001 11010000 100101 11111

Color Harmonies of #32516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32516D

Black with #32516D

Text Example


Text Example

White with #32516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32516D; }

 p { color: rgb(50,81,109); }

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

background-color css

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

 a { background-color: rgb(50,81,109); }

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

border-color css

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

 span { border-color: rgb(50,81,109); }

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