Html Css Color HEX #384948 Blue Dianne

📋 copy color: '#384948'

red 56 ◦ green 73 ◦ blue 72

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

Shades of Blue Dianne #384948

Tints of Blue Dianne #384948

RGB

 RED value IS 56 (22.27% from 255) = 27.86%

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

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

R = 27.86%
G = 36.32%
B = 35.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#384948 (or 0x384948) is known color: Blue Dianne. HEX triplet: 38, 49 and 48. RGB value is (56,73,72). Sum of RGB (Red+Green+Blue) = 56+73+72=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 73 - color contains mainly: green. Hex color #384948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384948 is #C7B6B7. Grayscale: #434343. Windows color (decimal): -13088440 or 4737336. OLE color: 4737336.

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

Color convert

RGB 56 73 72 -
CMYK 0.23 0 0.01 0.71
HSL 176.47º 0.13% 0.25% -
HSV(B) 176.47º 0.23% 0.29% -
XYZ 5.18 6.07 7.03 -
YUV 67.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 56 73 72 0.23 0 0.01 0.71 176.47 0.13 0.25
Hex 38 49 48 17 0 1 47 B0 D 19
Octal 70 111 110 27 0 1 107 260 15 31
Binary 111000 1001001 1001000 10111 0 1 1000111 10110000 1101 11001

Color Harmonies of #384948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384948

Black with #384948

Text Example


Text Example

White with #384948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384948; }

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

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

background-color css

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

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

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

border-color css

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

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

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