#3C638B

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

Shades of Matisse #3C638B

Tints of Matisse #3C638B

Color information

#3C638B (or 0x3C638B) is unknown color: approx Matisse. HEX triplet: 3C, 63 and 8B. RGB value is (60,99,139). Sum of RGB (Red+Green+Blue) = 60+99+139=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C638B is #C39C74. Grayscale: #5B5B5B. Windows color (decimal): -12819573 or 9134908. OLE color: 9134908.

HSL color Cylindrical-coordinate representation of color #3C638B: hue angle of 210.38º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C638B is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6099139-
CMYK0.570.2900.45
HSL210.38º39.7%39.02%-
HSV(B)210.38º56.83%54.51%-
XYZ10.9911.7526.11-
YUV91.9154.58105.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=20.13%
G=33.22%
B=46.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60991390.570.2900.45210.3839.739.02
Hex3C638B391D02Dd22827
Octal7414321371350553225047
Binary11110011000111000101111100111101010110111010010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C638B; }

 p { color: rgb(60,99,139); }

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

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

 a { background-color: rgb(60,99,139); }

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

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

 span { border-color: rgb(60,99,139); }

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