Html Css Color HEX #384E4B Blue Dianne

📋 copy color: '#384E4B'

red 56 ◦ green 78 ◦ blue 75

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

Shades of Blue Dianne #384E4B

Tints of Blue Dianne #384E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 26.79%
G = 37.32%
B = 35.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#384E4B (or 0x384E4B) is known color: Blue Dianne. HEX triplet: 38, 4E and 4B. RGB value is (56,78,75). Sum of RGB (Red+Green+Blue) = 56+78+75=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 78 - color contains mainly: green. Hex color #384E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E4B is #C7B1B4. Grayscale: #474747. Windows color (decimal): -13087157 or 4935224. OLE color: 4935224.

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

Color convert

RGB 56 78 75 -
CMYK 0.28 0 0.04 0.69
HSL 171.82º 0.16% 0.26% -
HSV(B) 171.82º 0.28% 0.31% -
XYZ 5.63 6.8 7.67 -
YUV 71.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 56 78 75 0.28 0 0.04 0.69 171.82 0.16 0.26
Hex 38 4E 4B 1C 0 4 45 AC 10 1A
Octal 70 116 113 34 0 4 105 254 20 32
Binary 111000 1001110 1001011 11100 0 100 1000101 10101100 10000 11010

Color Harmonies of #384E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E4B

Black with #384E4B

Text Example


Text Example

White with #384E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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