Html Css Color HEX #384B4A Blue Dianne

📋 copy color: '#384B4A'

red 56 ◦ green 75 ◦ blue 74

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

Shades of Blue Dianne #384B4A

Tints of Blue Dianne #384B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.59%

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

R = 27.32%
G = 36.59%
B = 36.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#384B4A (or 0x384B4A) is known color: Blue Dianne. HEX triplet: 38, 4B and 4A. RGB value is (56,75,74). Sum of RGB (Red+Green+Blue) = 56+75+74=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #384B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B4A is #C7B4B5. Grayscale: #454545. Windows color (decimal): -13087926 or 4868920. OLE color: 4868920.

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

Color convert

RGB 56 75 74 -
CMYK 0.25 0 0.01 0.71
HSL 176.84º 0.15% 0.26% -
HSV(B) 176.84º 0.25% 0.29% -
XYZ 5.38 6.37 7.42 -
YUV 69.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 56 75 74 0.25 0 0.01 0.71 176.84 0.15 0.26
Hex 38 4B 4A 19 0 1 47 B1 F 1A
Octal 70 113 112 31 0 1 107 261 17 32
Binary 111000 1001011 1001010 11001 0 1 1000111 10110001 1111 11010

Color Harmonies of #384B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B4A

Black with #384B4A

Text Example


Text Example

White with #384B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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