#385B78

Color #385B78 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #385B78

Tints of Matisse #385B78

Color information

#385B78 (or 0x385B78) is unknown color: approx Matisse. HEX triplet: 38, 5B and 78. RGB value is (56,91,120). Sum of RGB (Red+Green+Blue) = 56+91+120=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #385B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B78 is #C7A487. Grayscale: #535353. Windows color (decimal): -13083784 or 7887672. OLE color: 7887672.

HSL color Cylindrical-coordinate representation of color #385B78: hue angle of 207.19º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385B78 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5691120-
CMYK0.530.2400.53
HSL207.19º36.36%34.51%-
HSV(B)207.19º53.33%47.06%-
XYZ8.769.6819.18-
YUV83.84148.4108.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=20.97%
G=34.08%
B=44.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56911200.530.2400.53207.1936.3634.51
Hex385B783518035cf2423
Octal7013317065300653174443
Binary1110001011011111100011010111000011010111001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385B78; }

 p { color: rgb(56,91,120); }

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

<style>
 a { background-color: #385B78; }

 a { background-color: rgb(56,91,120); }

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

<style>
 span { border-color: #385B78; }

 span { border-color: rgb(56,91,120); }

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