Html Css Color HEX #394F4E Blue Dianne

📋 copy color: '#394F4E'

red 57 ◦ green 79 ◦ blue 78

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

Shades of Blue Dianne #394F4E

Tints of Blue Dianne #394F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 26.64%
G = 36.92%
B = 36.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#394F4E (or 0x394F4E) is known color: Blue Dianne. HEX triplet: 39, 4F and 4E. RGB value is (57,79,78). Sum of RGB (Red+Green+Blue) = 57+79+78=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #394F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F4E is #C6B0B1. Grayscale: #484848. Windows color (decimal): -13021362 or 5132089. OLE color: 5132089.

HSL color Cylindrical-coordinate representation of color #394F4E: hue angle of 177.27º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #394F4E is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 79 78 -
CMYK 0.28 0 0.01 0.69
HSL 177.27º 0.16% 0.27% -
HSV(B) 177.27º 0.28% 0.31% -
XYZ 5.86 7.01 8.25 -
YUV 72.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 57 79 78 0.28 0 0.01 0.69 177.27 0.16 0.27
Hex 39 4F 4E 1C 0 1 45 B1 10 1B
Octal 71 117 116 34 0 1 105 261 20 33
Binary 111001 1001111 1001110 11100 0 1 1000101 10110001 10000 11011

Color Harmonies of #394F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F4E

Black with #394F4E

Text Example


Text Example

White with #394F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,79,78); }

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

background-color css

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

 a { background-color: rgb(57,79,78); }

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

border-color css

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

 span { border-color: rgb(57,79,78); }

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