#385A79

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

Shades of Matisse #385A79

Tints of Matisse #385A79

Color information

#385A79 (or 0x385A79) is unknown color: approx Matisse. HEX triplet: 38, 5A and 79. RGB value is (56,90,121). Sum of RGB (Red+Green+Blue) = 56+90+121=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #385A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A79 is #C7A586. Grayscale: #535353. Windows color (decimal): -13084039 or 7952952. OLE color: 7952952.

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

Color convert

RGB5690121-
CMYK0.540.2600.53
HSL208.62º36.72%34.71%-
HSV(B)208.62º53.72%47.45%-
XYZ8.749.5319.47-
YUV83.37149.24108.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=20.97%
G=33.71%
B=45.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56901210.540.2600.53208.6236.7234.71
Hex385A79361A035d12523
Octal7013217166320653214543
Binary1110001011010111100111011011010011010111010001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,90,121); }

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

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

 a { background-color: rgb(56,90,121); }

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

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

 span { border-color: rgb(56,90,121); }

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