Html Css Color HEX #384E4C Blue Dianne

📋 copy color: '#384E4C'

red 56 ◦ green 78 ◦ blue 76

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

Shades of Blue Dianne #384E4C

Tints of Blue Dianne #384E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 26.67%
G = 37.14%
B = 36.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#384E4C (or 0x384E4C) is known color: Blue Dianne. HEX triplet: 38, 4E and 4C. RGB value is (56,78,76). Sum of RGB (Red+Green+Blue) = 56+78+76=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #384E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E4C is #C7B1B3. Grayscale: #474747. Windows color (decimal): -13087156 or 5000760. OLE color: 5000760.

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

Color convert

RGB 56 78 76 -
CMYK 0.28 0 0.03 0.69
HSL 174.55º 0.16% 0.26% -
HSV(B) 174.55º 0.28% 0.31% -
XYZ 5.66 6.81 7.85 -
YUV 71.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 56 78 76 0.28 0 0.03 0.69 174.55 0.16 0.26
Hex 38 4E 4C 1C 0 3 45 AF 10 1A
Octal 70 116 114 34 0 3 105 257 20 32
Binary 111000 1001110 1001100 11100 0 11 1000101 10101111 10000 11010

Color Harmonies of #384E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E4C

Black with #384E4C

Text Example


Text Example

White with #384E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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