Html Css Color HEX #384E4D Blue Dianne

📋 copy color: '#384E4D'

red 56 ◦ green 78 ◦ blue 77

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

Shades of Blue Dianne #384E4D

Tints of Blue Dianne #384E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.97%

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 26.54%
G = 36.97%
B = 36.49%

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

#384E4D (or 0x384E4D) is known color: Blue Dianne. HEX triplet: 38, 4E and 4D. RGB value is (56,78,77). Sum of RGB (Red+Green+Blue) = 56+78+77=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 78 - color contains mainly: green. Hex color #384E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E4D is #C7B1B2. Grayscale: #474747. Windows color (decimal): -13087155 or 5066296. OLE color: 5066296.

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

Color convert

RGB 56 78 77 -
CMYK 0.28 0 0.01 0.69
HSL 177.27º 0.16% 0.26% -
HSV(B) 177.27º 0.28% 0.31% -
XYZ 5.69 6.83 8.04 -
YUV 71.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 56 78 77 0.28 0 0.01 0.69 177.27 0.16 0.26
Hex 38 4E 4D 1C 0 1 45 B1 10 1A
Octal 70 116 115 34 0 1 105 261 20 32
Binary 111000 1001110 1001101 11100 0 1 1000101 10110001 10000 11010

Color Harmonies of #384E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E4D

Black with #384E4D

Text Example


Text Example

White with #384E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384E4D; }

 p { color: rgb(56,78,77); }

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

background-color css

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

 a { background-color: rgb(56,78,77); }

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

border-color css

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

 span { border-color: rgb(56,78,77); }

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