Html Css Color HEX #324F4D Blue Dianne

📋 copy color: '#324F4D'

red 50 ◦ green 79 ◦ blue 77

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

Shades of Blue Dianne #324F4D

Tints of Blue Dianne #324F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 24.27%
G = 38.35%
B = 37.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#324F4D (or 0x324F4D) is known color: Blue Dianne. HEX triplet: 32, 4F and 4D. RGB value is (50,79,77). Sum of RGB (Red+Green+Blue) = 50+79+77=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #324F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F4D is #CDB0B2. Grayscale: #464646. Windows color (decimal): -13480115 or 5066546. OLE color: 5066546.

HSL color Cylindrical-coordinate representation of color #324F4D: hue angle of 175.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #324F4D is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 79 77 -
CMYK 0.37 0 0.03 0.69
HSL 175.86º 0.22% 0.25% -
HSV(B) 175.86º 0.37% 0.31% -
XYZ 5.45 6.81 8.05 -
YUV 70.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 50 79 77 0.37 0 0.03 0.69 175.86 0.22 0.25
Hex 32 4F 4D 25 0 3 45 B0 16 19
Octal 62 117 115 45 0 3 105 260 26 31
Binary 110010 1001111 1001101 100101 0 11 1000101 10110000 10110 11001

Color Harmonies of #324F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F4D

Black with #324F4D

Text Example


Text Example

White with #324F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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