#385A78

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

Shades of Matisse #385A78

Tints of Matisse #385A78

Color information

#385A78 (or 0x385A78) is unknown color: approx Matisse. HEX triplet: 38, 5A and 78. RGB value is (56,90,120). Sum of RGB (Red+Green+Blue) = 56+90+120=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #385A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A78 is #C7A587. Grayscale: #535353. Windows color (decimal): -13084040 or 7887416. OLE color: 7887416.

HSL color Cylindrical-coordinate representation of color #385A78: hue angle of 208.12º 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 #385A78 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5690120-
CMYK0.530.2500.53
HSL208.12º36.36%34.51%-
HSV(B)208.12º53.33%47.06%-
XYZ8.689.5119.15-
YUV83.25148.74108.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=21.05%
G=33.83%
B=45.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56901200.530.2500.53208.1236.3634.51
Hex385A783519035d02423
Octal7013217065310653204443
Binary1110001011010111100011010111001011010111010000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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