#385472

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

Shades of Matisse #385472

Tints of Matisse #385472

Color information

#385472 (or 0x385472) is unknown color: approx Matisse. HEX triplet: 38, 54 and 72. RGB value is (56,84,114). Sum of RGB (Red+Green+Blue) = 56+84+114=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #385472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385472 is #C7AB8D. Grayscale: #4E4E4E. Windows color (decimal): -13085582 or 7492664. OLE color: 7492664.

HSL color Cylindrical-coordinate representation of color #385472: hue angle of 211.03º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385472 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5684114-
CMYK0.510.2600.55
HSL211.03º34.12%33.33%-
HSV(B)211.03º50.88%44.71%-
XYZ7.848.417.13-
YUV79.05147.72111.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=22.05%
G=33.07%
B=44.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56841140.510.2600.55211.0334.1233.33
Hex385472331A037d32221
Octal7012416263320673234241
Binary1110001010100111001011001111010011011111010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385472; }

 p { color: rgb(56,84,114); }

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

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

 a { background-color: rgb(56,84,114); }

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

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

 span { border-color: rgb(56,84,114); }

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