#3C608A

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

Shades of Matisse #3C608A

Tints of Matisse #3C608A

Color information

#3C608A (or 0x3C608A) is unknown color: approx Matisse. HEX triplet: 3C, 60 and 8A. RGB value is (60,96,138). Sum of RGB (Red+Green+Blue) = 60+96+138=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C608A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C608A is #C39F75. Grayscale: #595959. Windows color (decimal): -12820342 or 9068604. OLE color: 9068604.

HSL color Cylindrical-coordinate representation of color #3C608A: hue angle of 212.31º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C608A is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6096138-
CMYK0.570.3000.46
HSL212.31º39.39%38.82%-
HSV(B)212.31º56.52%54.12%-
XYZ10.6311.1625.64-
YUV90.02155.07106.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=20.41%
G=32.65%
B=46.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60961380.570.3000.46212.3139.3938.82
Hex3C608A391E02Ed42727
Octal7414021271360563244747
Binary11110011000001000101011100111110010111011010100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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