Html Css Color HEX #394D4A Blue Dianne

📋 copy color: '#394D4A'

red 57 ◦ green 77 ◦ blue 74

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

Shades of Blue Dianne #394D4A

Tints of Blue Dianne #394D4A

RGB

 RED value IS 57 (22.66% from 255) = 27.4%

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

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 27.4%
G = 37.02%
B = 35.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#394D4A (or 0x394D4A) is known color: Blue Dianne. HEX triplet: 39, 4D and 4A. RGB value is (57,77,74). Sum of RGB (Red+Green+Blue) = 57+77+74=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #394D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D4A is #C6B2B5. Grayscale: #464646. Windows color (decimal): -13021878 or 4869433. OLE color: 4869433.

HSL color Cylindrical-coordinate representation of color #394D4A: hue angle of 171º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394D4A is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 77 74 -
CMYK 0.26 0 0.04 0.70
HSL 171º 0.15% 0.26% -
HSV(B) 171º 0.26% 0.3% -
XYZ 5.58 6.67 7.47 -
YUV 70.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 57 77 74 0.26 0 0.04 0.70 171 0.15 0.26
Hex 39 4D 4A 1A 0 4 46 AB F 1A
Octal 71 115 112 32 0 4 106 253 17 32
Binary 111001 1001101 1001010 11010 0 100 1000110 10101011 1111 11010

Color Harmonies of #394D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D4A

Black with #394D4A

Text Example


Text Example

White with #394D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394D4A; }

 p { color: rgb(57,77,74); }

 H1.HeaderClassName
 {
   color: #394D4A;
 }
 .AnyTagClassName
 {
   color: #394D4A;
 }
</style>

background-color css

<style>
 a { background-color: #394D4A; }

 a { background-color: rgb(57,77,74); }

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

border-color css

<style>
 span { border-color: #394D4A; }

 span { border-color: rgb(57,77,74); }

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