#3B638C

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

Shades of Matisse #3B638C

Tints of Matisse #3B638C

Color information

#3B638C (or 0x3B638C) is unknown color: approx Matisse. HEX triplet: 3B, 63 and 8C. RGB value is (59,99,140). Sum of RGB (Red+Green+Blue) = 59+99+140=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B638C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B638C is #C49C73. Grayscale: #5B5B5B. Windows color (decimal): -12885108 or 9200443. OLE color: 9200443.

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

Color convert

RGB5999140-
CMYK0.580.2900.45
HSL210.37º40.7%39.02%-
HSV(B)210.37º57.86%54.9%-
XYZ1111.7526.5-
YUV91.71155.25104.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.80%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=19.80%
G=33.22%
B=46.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59991400.580.2900.45210.3740.739.02
Hex3B638C3A1D02Dd22927
Octal7314321472350553225147
Binary11101111000111000110011101011101010110111010010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,140); }

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

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

 a { background-color: rgb(59,99,140); }

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

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

 span { border-color: rgb(59,99,140); }

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