Html Css Color HEX #324E70 Venice Blue

📋 copy color: '#324E70'

red 50 ◦ green 78 ◦ blue 112

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

Shades of Venice Blue #324E70

Tints of Venice Blue #324E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.5%

 BLUE value IS 112 (44.14% from 255) = 46.67%

R = 20.83%
G = 32.5%
B = 46.67%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#324E70 (or 0x324E70) is known color: Venice Blue. HEX triplet: 32, 4E and 70. RGB value is (50,78,112). Sum of RGB (Red+Green+Blue) = 50+78+112=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #324E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E70 is #CDB18F. Grayscale: #494949. Windows color (decimal): -13480336 or 7360050. OLE color: 7360050.

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

Color convert

RGB 50 78 112 -
CMYK 0.55 0.30 0 0.56
HSL 212.9º 0.38% 0.32% -
HSV(B) 212.9º 0.55% 0.44% -
XYZ 6.96 7.3 16.37 -
YUV 73.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 50 78 112 0.55 0.30 0 0.56 212.9 0.38 0.32
Hex 32 4E 70 37 1E 0 38 D5 26 20
Octal 62 116 160 67 36 0 70 325 46 40
Binary 110010 1001110 1110000 110111 11110 0 111000 11010101 100110 100000

Color Harmonies of #324E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E70

Black with #324E70

Text Example


Text Example

White with #324E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,78,112); }

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

background-color css

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

 a { background-color: rgb(50,78,112); }

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

border-color css

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

 span { border-color: rgb(50,78,112); }

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