#385975

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

Shades of Matisse #385975

Tints of Matisse #385975

Color information

#385975 (or 0x385975) is unknown color: approx Matisse. HEX triplet: 38, 59 and 75. RGB value is (56,89,117). Sum of RGB (Red+Green+Blue) = 56+89+117=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #385975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385975 is #C7A68A. Grayscale: #525252. Windows color (decimal): -13084299 or 7690552. OLE color: 7690552.

HSL color Cylindrical-coordinate representation of color #385975: hue angle of 207.54º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385975 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5689117-
CMYK0.520.2400.54
HSL207.54º35.26%33.92%-
HSV(B)207.54º52.14%45.88%-
XYZ8.419.2718.18-
YUV82.32147.57109.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=21.37%
G=33.97%
B=44.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56891170.520.2400.54207.5435.2633.92
Hex3859753418036d02322
Octal7013116564300663204342
Binary1110001011001111010111010011000011011011010000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385975; }

 p { color: rgb(56,89,117); }

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

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

 a { background-color: rgb(56,89,117); }

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

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

 span { border-color: rgb(56,89,117); }

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