#384D51

Color #384D51 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #384D51

Tints of Casal #384D51

Color information

#384D51 (or 0x384D51) is unknown color: approx Casal. HEX triplet: 38, 4D and 51. RGB value is (56,77,81). Sum of RGB (Red+Green+Blue) = 56+77+81=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #384D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D51 is #C7B2AE. Grayscale: #474747. Windows color (decimal): -13087407 or 5328184. OLE color: 5328184.

HSL color Cylindrical-coordinate representation of color #384D51: hue angle of 189.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #384D51 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB567781-
CMYK0.310.0500.68
HSL189.6º18.25%26.86%-
HSV(B)189.6º30.86%31.76%-
XYZ5.776.748.78-
YUV71.18133.54117.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=26.17%
G=35.98%
B=37.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5677810.310.0500.68189.618.2526.86
Hex384D511F5044be121b
Octal7011512137501042762233
Binary111000100110110100011111110101000100101111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #384D51;
 }
 .AnyTagClassName
 {
   color: #384D51;
 }
</style>
background-color css

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

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

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

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

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

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