#385F88

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

Shades of Matisse #385F88

Tints of Matisse #385F88

Color information

#385F88 (or 0x385F88) is unknown color: approx Matisse. HEX triplet: 38, 5F and 88. RGB value is (56,95,136). Sum of RGB (Red+Green+Blue) = 56+95+136=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #385F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F88 is #C7A077. Grayscale: #575757. Windows color (decimal): -13082744 or 8937272. OLE color: 8937272.

HSL color Cylindrical-coordinate representation of color #385F88: hue angle of 210.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385F88 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5695136-
CMYK0.590.3000.47
HSL210.75º41.67%37.65%-
HSV(B)210.75º58.82%53.33%-
XYZ10.1710.824.84-
YUV88.01155.08105.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=19.51%
G=33.10%
B=47.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56951360.590.3000.47210.7541.6737.65
Hex385F883B1E02Fd32a26
Octal7013721073360573235246
Binary11100010111111000100011101111110010111111010011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,95,136); }

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

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

 a { background-color: rgb(56,95,136); }

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

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

 span { border-color: rgb(56,95,136); }

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