#385F84

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

Shades of Matisse #385F84

Tints of Matisse #385F84

Color information

#385F84 (or 0x385F84) is unknown color: approx Matisse. HEX triplet: 38, 5F and 84. RGB value is (56,95,132). Sum of RGB (Red+Green+Blue) = 56+95+132=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #385F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F84 is #C7A07B. Grayscale: #575757. Windows color (decimal): -13082748 or 8675128. OLE color: 8675128.

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

Color convert

RGB5695132-
CMYK0.580.2800.48
HSL209.21º40.43%36.86%-
HSV(B)209.21º57.58%51.76%-
XYZ9.8910.6923.37-
YUV87.56153.08105.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=19.79%
G=33.57%
B=46.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56951320.580.2800.48209.2140.4336.86
Hex385F843A1C030d12825
Octal7013720472340603215045
Binary11100010111111000010011101011100011000011010001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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