Html Css Color HEX #324F71 Venice Blue

📋 copy color: '#324F71'

red 50 ◦ green 79 ◦ blue 113

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

Shades of Venice Blue #324F71

Tints of Venice Blue #324F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.64%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 20.66%
G = 32.64%
B = 46.69%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#324F71 (or 0x324F71) is known color: Venice Blue. HEX triplet: 32, 4F and 71. RGB value is (50,79,113). Sum of RGB (Red+Green+Blue) = 50+79+113=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #324F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F71 is #CDB08E. Grayscale: #4A4A4A. Windows color (decimal): -13480079 or 7425842. OLE color: 7425842.

HSL color Cylindrical-coordinate representation of color #324F71: hue angle of 212.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324F71 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 79 113 -
CMYK 0.56 0.30 0 0.56
HSL 212.38º 0.39% 0.32% -
HSV(B) 212.38º 0.56% 0.44% -
XYZ 7.09 7.46 16.69 -
YUV 74.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 50 79 113 0.56 0.30 0 0.56 212.38 0.39 0.32
Hex 32 4F 71 38 1E 0 38 D4 27 20
Octal 62 117 161 70 36 0 70 324 47 40
Binary 110010 1001111 1110001 111000 11110 0 111000 11010100 100111 100000

Color Harmonies of #324F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F71

Black with #324F71

Text Example


Text Example

White with #324F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324F71; }

 p { color: rgb(50,79,113); }

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

background-color css

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

 a { background-color: rgb(50,79,113); }

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

border-color css

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

 span { border-color: rgb(50,79,113); }

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