Html Css Color HEX #384E4A Blue Dianne

📋 copy color: '#384E4A'

red 56 ◦ green 78 ◦ blue 74

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

Shades of Blue Dianne #384E4A

Tints of Blue Dianne #384E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 26.92%
G = 37.5%
B = 35.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#384E4A (or 0x384E4A) is known color: Blue Dianne. HEX triplet: 38, 4E and 4A. RGB value is (56,78,74). Sum of RGB (Red+Green+Blue) = 56+78+74=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 78 - color contains mainly: green. Hex color #384E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E4A is #C7B1B5. Grayscale: #464646. Windows color (decimal): -13087158 or 4869688. OLE color: 4869688.

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

Color convert

RGB 56 78 74 -
CMYK 0.28 0 0.05 0.69
HSL 169.09º 0.16% 0.26% -
HSV(B) 169.09º 0.28% 0.31% -
XYZ 5.59 6.78 7.49 -
YUV 70.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 56 78 74 0.28 0 0.05 0.69 169.09 0.16 0.26
Hex 38 4E 4A 1C 0 5 45 A9 10 1A
Octal 70 116 112 34 0 5 105 251 20 32
Binary 111000 1001110 1001010 11100 0 101 1000101 10101001 10000 11010

Color Harmonies of #384E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E4A

Black with #384E4A

Text Example


Text Example

White with #384E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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