#385872

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

Shades of Matisse #385872

Tints of Matisse #385872

Color information

#385872 (or 0x385872) is unknown color: approx Matisse. HEX triplet: 38, 58 and 72. RGB value is (56,88,114). Sum of RGB (Red+Green+Blue) = 56+88+114=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #385872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385872 is #C7A78D. Grayscale: #515151. Windows color (decimal): -13084558 or 7493688. OLE color: 7493688.

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

Color convert

RGB5688114-
CMYK0.510.2300.55
HSL206.9º34.12%33.33%-
HSV(B)206.9º50.88%44.71%-
XYZ8.169.0417.23-
YUV81.4146.4109.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=21.71%
G=34.11%
B=44.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56881140.510.2300.55206.934.1233.33
Hex3858723317037cf2221
Octal7013016263270673174241
Binary1110001011000111001011001110111011011111001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385872; }

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

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

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

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

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

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

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

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