#385F7A

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

Shades of Matisse #385F7A

Tints of Matisse #385F7A

Color information

#385F7A (or 0x385F7A) is unknown color: approx Matisse. HEX triplet: 38, 5F and 7A. RGB value is (56,95,122). Sum of RGB (Red+Green+Blue) = 56+95+122=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #385F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F7A is #C7A085. Grayscale: #565656. Windows color (decimal): -13082758 or 8019768. OLE color: 8019768.

HSL color Cylindrical-coordinate representation of color #385F7A: hue angle of 204.55º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #385F7A is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5695122-
CMYK0.540.2200.52
HSL204.55º37.08%34.9%-
HSV(B)204.55º54.1%47.84%-
XYZ9.2410.4319.94-
YUV86.42148.08106.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=20.51%
G=34.80%
B=44.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56951220.540.2200.52204.5537.0834.9
Hex385F7A3616034cd2523
Octal7013717266260643154543
Binary1110001011111111101011011010110011010011001101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,95,122); }

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

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

 a { background-color: rgb(56,95,122); }

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

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

 span { border-color: rgb(56,95,122); }

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