Html Css Color HEX #394F4F Blue Dianne

📋 copy color: '#394F4F'

red 57 ◦ green 79 ◦ blue 79

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

Shades of Blue Dianne #394F4F

Tints of Blue Dianne #394F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 26.51%
G = 36.74%
B = 36.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#394F4F (or 0x394F4F) is known color: Blue Dianne. HEX triplet: 39, 4F and 4F. RGB value is (57,79,79). Sum of RGB (Red+Green+Blue) = 57+79+79=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: green, blue. Hex color #394F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F4F is #C6B0B0. Grayscale: #484848. Windows color (decimal): -13021361 or 5197625. OLE color: 5197625.

HSL color Cylindrical-coordinate representation of color #394F4F: hue angle of 180º 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 #394F4F is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 79 79 -
CMYK 0.28 0 0 0.69
HSL 180º 0.16% 0.27% -
HSV(B) 180º 0.28% 0.31% -
XYZ 5.89 7.03 8.44 -
YUV 72.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 57 79 79 0.28 0 0 0.69 180 0.16 0.27
Hex 39 4F 4F 1C 0 0 45 B4 10 1B
Octal 71 117 117 34 0 0 105 264 20 33
Binary 111001 1001111 1001111 11100 0 0 1000101 10110100 10000 11011

Color Harmonies of #394F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F4F

Black with #394F4F

Text Example


Text Example

White with #394F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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