Html Css Color HEX #324F4C Blue Dianne

📋 copy color: '#324F4C'

red 50 ◦ green 79 ◦ blue 76

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

Shades of Blue Dianne #324F4C

Tints of Blue Dianne #324F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.07%

R = 24.39%
G = 38.54%
B = 37.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#324F4C (or 0x324F4C) is known color: Blue Dianne. HEX triplet: 32, 4F and 4C. RGB value is (50,79,76). Sum of RGB (Red+Green+Blue) = 50+79+76=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #324F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F4C is #CDB0B3. Grayscale: #454545. Windows color (decimal): -13480116 or 5001010. OLE color: 5001010.

HSL color Cylindrical-coordinate representation of color #324F4C: hue angle of 173.79º 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 #324F4C is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 79 76 -
CMYK 0.37 0 0.04 0.69
HSL 173.79º 0.22% 0.25% -
HSV(B) 173.79º 0.37% 0.31% -
XYZ 5.42 6.79 7.86 -
YUV 69.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 50 79 76 0.37 0 0.04 0.69 173.79 0.22 0.25
Hex 32 4F 4C 25 0 4 45 AE 16 19
Octal 62 117 114 45 0 4 105 256 26 31
Binary 110010 1001111 1001100 100101 0 100 1000101 10101110 10110 11001

Color Harmonies of #324F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F4C

Black with #324F4C

Text Example


Text Example

White with #324F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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