#385873

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

Shades of Matisse #385873

Tints of Matisse #385873

Color information

#385873 (or 0x385873) is unknown color: approx Matisse. HEX triplet: 38, 58 and 73. RGB value is (56,88,115). Sum of RGB (Red+Green+Blue) = 56+88+115=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #385873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385873 is #C7A78C. Grayscale: #515151. Windows color (decimal): -13084557 or 7559224. OLE color: 7559224.

HSL color Cylindrical-coordinate representation of color #385873: hue angle of 207.46º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385873 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5688115-
CMYK0.510.2300.55
HSL207.46º34.5%33.53%-
HSV(B)207.46º51.3%45.1%-
XYZ8.229.0617.54-
YUV81.51146.9109.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=21.62%
G=33.98%
B=44.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56881150.510.2300.55207.4634.533.53
Hex3858733317037cf2322
Octal7013016363270673174342
Binary1110001011000111001111001110111011011111001111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385873; }

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

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

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

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

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

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

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

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