Html Css Color HEX #324C70 Venice Blue

📋 copy color: '#324C70'

red 50 ◦ green 76 ◦ blue 112

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

Shades of Venice Blue #324C70

Tints of Venice Blue #324C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.93%

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

R = 21.01%
G = 31.93%
B = 47.06%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#324C70 (or 0x324C70) is known color: Venice Blue. HEX triplet: 32, 4C and 70. RGB value is (50,76,112). Sum of RGB (Red+Green+Blue) = 50+76+112=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #324C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C70 is #CDB38F. Grayscale: #484848. Windows color (decimal): -13480848 or 7359538. OLE color: 7359538.

HSL color Cylindrical-coordinate representation of color #324C70: hue angle of 214.84º 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 #324C70 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 76 112 -
CMYK 0.55 0.32 0 0.56
HSL 214.84º 0.38% 0.32% -
HSV(B) 214.84º 0.55% 0.44% -
XYZ 6.82 7.02 16.32 -
YUV 72.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 50 76 112 0.55 0.32 0 0.56 214.84 0.38 0.32
Hex 32 4C 70 37 20 0 38 D7 26 20
Octal 62 114 160 67 40 0 70 327 46 40
Binary 110010 1001100 1110000 110111 100000 0 111000 11010111 100110 100000

Color Harmonies of #324C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C70

Black with #324C70

Text Example


Text Example

White with #324C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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