#385F7B

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

Shades of Matisse #385F7B

Tints of Matisse #385F7B

Color information

#385F7B (or 0x385F7B) is unknown color: approx Matisse. HEX triplet: 38, 5F and 7B. RGB value is (56,95,123). Sum of RGB (Red+Green+Blue) = 56+95+123=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #385F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F7B is #C7A084. Grayscale: #565656. Windows color (decimal): -13082757 or 8085304. OLE color: 8085304.

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

Color convert

RGB5695123-
CMYK0.540.2300.52
HSL205.07º37.43%35.1%-
HSV(B)205.07º54.47%48.24%-
XYZ9.310.4620.27-
YUV86.53148.58106.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=20.44%
G=34.67%
B=44.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56951230.540.2300.52205.0737.4335.1
Hex385F7B3617034cd2523
Octal7013717366270643154543
Binary1110001011111111101111011010111011010011001101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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