#385D81

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

Shades of Matisse #385D81

Tints of Matisse #385D81

Color information

#385D81 (or 0x385D81) is unknown color: approx Matisse. HEX triplet: 38, 5D and 81. RGB value is (56,93,129). Sum of RGB (Red+Green+Blue) = 56+93+129=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #385D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D81 is #C7A27E. Grayscale: #555555. Windows color (decimal): -13083263 or 8478008. OLE color: 8478008.

HSL color Cylindrical-coordinate representation of color #385D81: hue angle of 209.59º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385D81 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5693129-
CMYK0.570.2800.49
HSL209.59º39.46%36.27%-
HSV(B)209.59º56.59%50.59%-
XYZ9.5110.2522.25-
YUV86.04152.24106.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=20.14%
G=33.45%
B=46.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56931290.570.2800.49209.5939.4636.27
Hex385D81391C031d22724
Octal7013520171340613224744
Binary11100010111011000000111100111100011000111010010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,93,129); }

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

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

 a { background-color: rgb(56,93,129); }

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

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

 span { border-color: rgb(56,93,129); }

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