Html Css Color HEX #394848 Blue Dianne

📋 copy color: '#394848'

red 57 ◦ green 72 ◦ blue 72

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

Shades of Blue Dianne #394848

Tints of Blue Dianne #394848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.82%

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

R = 28.36%
G = 35.82%
B = 35.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#394848 (or 0x394848) is known color: Blue Dianne. HEX triplet: 39, 48 and 48. RGB value is (57,72,72). Sum of RGB (Red+Green+Blue) = 57+72+72=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #394848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394848 is #C6B7B7. Grayscale: #434343. Windows color (decimal): -13023160 or 4737081. OLE color: 4737081.

HSL color Cylindrical-coordinate representation of color #394848: hue angle of 180º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #394848 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 72 72 -
CMYK 0.21 0 0 0.72
HSL 180º 0.12% 0.25% -
HSV(B) 180º 0.21% 0.28% -
XYZ 5.17 5.97 7.01 -
YUV 67.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 57 72 72 0.21 0 0 0.72 180 0.12 0.25
Hex 39 48 48 15 0 0 48 B4 C 19
Octal 71 110 110 25 0 0 110 264 14 31
Binary 111001 1001000 1001000 10101 0 0 1001000 10110100 1100 11001

Color Harmonies of #394848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394848

Black with #394848

Text Example


Text Example

White with #394848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394848; }

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

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

background-color css

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

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

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

border-color css

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

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

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