Html Css Color HEX #324C6F Venice Blue

📋 copy color: '#324C6F'

red 50 ◦ green 76 ◦ blue 111

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

Shades of Venice Blue #324C6F

Tints of Venice Blue #324C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.84%

R = 21.1%
G = 32.07%
B = 46.84%

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

#324C6F (or 0x324C6F) is known color: Venice Blue. HEX triplet: 32, 4C and 6F. RGB value is (50,76,111). Sum of RGB (Red+Green+Blue) = 50+76+111=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #324C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C6F is #CDB390. Grayscale: #484848. Windows color (decimal): -13480849 or 7294002. OLE color: 7294002.

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

Color convert

RGB 50 76 111 -
CMYK 0.55 0.32 0 0.56
HSL 214.43º 0.38% 0.32% -
HSV(B) 214.43º 0.55% 0.44% -
XYZ 6.77 6.99 16.03 -
YUV 72.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 50 76 111 0.55 0.32 0 0.56 214.43 0.38 0.32
Hex 32 4C 6F 37 20 0 38 D6 26 20
Octal 62 114 157 67 40 0 70 326 46 40
Binary 110010 1001100 1101111 110111 100000 0 111000 11010110 100110 100000

Color Harmonies of #324C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C6F

Black with #324C6F

Text Example


Text Example

White with #324C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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