#3C608B

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

Shades of Matisse #3C608B

Tints of Matisse #3C608B

Color information

#3C608B (or 0x3C608B) is unknown color: approx Matisse. HEX triplet: 3C, 60 and 8B. RGB value is (60,96,139). Sum of RGB (Red+Green+Blue) = 60+96+139=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C608B is #C39F74. Grayscale: #595959. Windows color (decimal): -12820341 or 9134140. OLE color: 9134140.

HSL color Cylindrical-coordinate representation of color #3C608B: hue angle of 212.66º 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 #3C608B is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6096139-
CMYK0.570.3100.45
HSL212.66º39.7%39.02%-
HSV(B)212.66º56.83%54.51%-
XYZ10.7111.1926.02-
YUV90.14155.57106.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.34%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=20.34%
G=32.54%
B=47.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60961390.570.3100.45212.6639.739.02
Hex3C608B391F02Dd52827
Octal7414021371370553255047
Binary11110011000001000101111100111111010110111010101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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