#385879

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

Shades of Matisse #385879

Tints of Matisse #385879

Color information

#385879 (or 0x385879) is unknown color: approx Matisse. HEX triplet: 38, 58 and 79. RGB value is (56,88,121). Sum of RGB (Red+Green+Blue) = 56+88+121=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #385879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385879 is #C7A786. Grayscale: #525252. Windows color (decimal): -13084551 or 7952440. OLE color: 7952440.

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

Color convert

RGB5688121-
CMYK0.540.2700.53
HSL210.46º36.72%34.71%-
HSV(B)210.46º53.72%47.45%-
XYZ8.579.219.41-
YUV82.19149.9109.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 121 (47.66% from 255) = 45.66%
R=21.13%
G=33.21%
B=45.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56881210.540.2700.53210.4636.7234.71
Hex385879361B035d22523
Octal7013017166330653224543
Binary1110001011000111100111011011011011010111010010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385879; }

 p { color: rgb(56,88,121); }

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

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

 a { background-color: rgb(56,88,121); }

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

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

 span { border-color: rgb(56,88,121); }

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