#385572

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

Shades of Matisse #385572

Tints of Matisse #385572

Color information

#385572 (or 0x385572) is unknown color: approx Matisse. HEX triplet: 38, 55 and 72. RGB value is (56,85,114). Sum of RGB (Red+Green+Blue) = 56+85+114=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #385572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385572 is #C7AA8D. Grayscale: #4F4F4F. Windows color (decimal): -13085326 or 7492920. OLE color: 7492920.

HSL color Cylindrical-coordinate representation of color #385572: hue angle of 210º 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 #385572 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5685114-
CMYK0.510.2500.55
HSL210º34.12%33.33%-
HSV(B)210º50.88%44.71%-
XYZ7.928.5517.15-
YUV79.63147.39111.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=21.96%
G=33.33%
B=44.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56851140.510.2500.5521034.1233.33
Hex3855723319037d22221
Octal7012516263310673224241
Binary1110001010101111001011001111001011011111010010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385572; }

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

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

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

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

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

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

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

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