#385C78

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

Shades of Matisse #385C78

Tints of Matisse #385C78

Color information

#385C78 (or 0x385C78) is unknown color: approx Matisse. HEX triplet: 38, 5C and 78. RGB value is (56,92,120). Sum of RGB (Red+Green+Blue) = 56+92+120=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #385C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C78 is #C7A387. Grayscale: #545454. Windows color (decimal): -13083528 or 7887928. OLE color: 7887928.

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

Color convert

RGB5692120-
CMYK0.530.2300.53
HSL206.25º36.36%34.51%-
HSV(B)206.25º53.33%47.06%-
XYZ8.859.8519.2-
YUV84.43148.07107.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=20.90%
G=34.33%
B=44.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56921200.530.2300.53206.2536.3634.51
Hex385C783517035ce2423
Octal7013417065270653164443
Binary1110001011100111100011010110111011010111001110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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