#385C84

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

Shades of Matisse #385C84

Tints of Matisse #385C84

Color information

#385C84 (or 0x385C84) is unknown color: approx Matisse. HEX triplet: 38, 5C and 84. RGB value is (56,92,132). Sum of RGB (Red+Green+Blue) = 56+92+132=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #385C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C84 is #C7A37B. Grayscale: #555555. Windows color (decimal): -13083516 or 8674360. OLE color: 8674360.

HSL color Cylindrical-coordinate representation of color #385C84: hue angle of 211.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385C84 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5692132-
CMYK0.580.3000.48
HSL211.58º40.43%36.86%-
HSV(B)211.58º57.58%51.76%-
XYZ9.6210.1623.28-
YUV85.8154.07106.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=20%
G=32.86%
B=47.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56921320.580.3000.48211.5840.4336.86
Hex385C843A1E030d42825
Octal7013420472360603245045
Binary11100010111001000010011101011110011000011010100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,92,132); }

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

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

 a { background-color: rgb(56,92,132); }

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

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

 span { border-color: rgb(56,92,132); }

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