Html Css Color HEX #324D6E Venice Blue

📋 copy color: '#324D6E'

red 50 ◦ green 77 ◦ blue 110

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

Shades of Venice Blue #324D6E

Tints of Venice Blue #324D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 21.1%
G = 32.49%
B = 46.41%

CMYK

 C value IS 0.55

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#324D6E (or 0x324D6E) is known color: Venice Blue. HEX triplet: 32, 4D and 6E. RGB value is (50,77,110). Sum of RGB (Red+Green+Blue) = 50+77+110=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #324D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D6E is #CDB291. Grayscale: #484848. Windows color (decimal): -13480594 or 7228722. OLE color: 7228722.

HSL color Cylindrical-coordinate representation of color #324D6E: hue angle of 213º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #324D6E is Cyan = 0.55, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 77 110 -
CMYK 0.55 0.3 0 0.57
HSL 213º 0.38% 0.31% -
HSV(B) 213º 0.55% 0.43% -
XYZ 6.78 7.11 15.77 -
YUV 72.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 50 77 110 0.55 0.3 0 0.57 213 0.38 0.31
Hex 32 4D 6E 37 1E 0 39 D5 26 1F
Octal 62 115 156 67 36 0 71 325 46 37
Binary 110010 1001101 1101110 110111 11110 0 111001 11010101 100110 11111

Color Harmonies of #324D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D6E

Black with #324D6E

Text Example


Text Example

White with #324D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,77,110); }

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

background-color css

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

 a { background-color: rgb(50,77,110); }

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

border-color css

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

 span { border-color: rgb(50,77,110); }

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