#385875

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

Shades of Matisse #385875

Tints of Matisse #385875

Color information

#385875 (or 0x385875) is unknown color: approx Matisse. HEX triplet: 38, 58 and 75. RGB value is (56,88,117). Sum of RGB (Red+Green+Blue) = 56+88+117=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #385875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385875 is #C7A78A. Grayscale: #515151. Windows color (decimal): -13084555 or 7690296. OLE color: 7690296.

HSL color Cylindrical-coordinate representation of color #385875: hue angle of 208.52º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385875 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5688117-
CMYK0.520.2500.54
HSL208.52º35.26%33.92%-
HSV(B)208.52º52.14%45.88%-
XYZ8.339.118.15-
YUV81.74147.9109.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=21.46%
G=33.72%
B=44.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56881170.520.2500.54208.5235.2633.92
Hex3858753419036d12322
Octal7013016564310663214342
Binary1110001011000111010111010011001011011011010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385875; }

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

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

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

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

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

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

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

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