Html Css Color HEX #394948 Blue Dianne

📋 copy color: '#394948'

red 57 ◦ green 73 ◦ blue 72

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

Shades of Blue Dianne #394948

Tints of Blue Dianne #394948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 72 (28.52% from 255) = 35.64%

R = 28.22%
G = 36.14%
B = 35.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#394948 (or 0x394948) is known color: Blue Dianne. HEX triplet: 39, 49 and 48. RGB value is (57,73,72). Sum of RGB (Red+Green+Blue) = 57+73+72=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 73 - color contains mainly: green. Hex color #394948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394948 is #C6B6B7. Grayscale: #444444. Windows color (decimal): -13022904 or 4737337. OLE color: 4737337.

HSL color Cylindrical-coordinate representation of color #394948: hue angle of 176.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394948 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 72 -
CMYK 0.22 0 0.01 0.71
HSL 176.25º 0.12% 0.25% -
HSV(B) 176.25º 0.22% 0.29% -
XYZ 5.24 6.1 7.03 -
YUV 68.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 57 73 72 0.22 0 0.01 0.71 176.25 0.12 0.25
Hex 39 49 48 16 0 1 47 B0 C 19
Octal 71 111 110 26 0 1 107 260 14 31
Binary 111001 1001001 1001000 10110 0 1 1000111 10110000 1100 11001

Color Harmonies of #394948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394948

Black with #394948

Text Example


Text Example

White with #394948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394948; }

 p { color: rgb(57,73,72); }

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

background-color css

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

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

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

border-color css

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

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

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