#3C394E

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

Shades of Grape #3C394E

Tints of Grape #3C394E

Color information

#3C394E (or 0x3C394E) is unknown color: approx Grape. HEX triplet: 3C, 39 and 4E. RGB value is (60,57,78). Sum of RGB (Red+Green+Blue) = 60+57+78=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C394E is #C3C6B1. Grayscale: #3C3C3C. Windows color (decimal): -12830386 or 5126460. OLE color: 5126460.

HSL color Cylindrical-coordinate representation of color #3C394E: hue angle of 248.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C394E is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB605778-
CMYK0.230.2700.69
HSL248.57º15.56%26.47%-
HSV(B)248.57º26.92%30.59%-
XYZ4.74.447.82-
YUV60.29137.99127.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.77%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 78 (30.86% from 255) = 40%
R=30.77%
G=29.23%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6057780.230.2700.69248.5715.5626.47
Hex3C394E171B045f9101a
Octal7471116273301053712032
Binary1111001110011001110101111101101000101111110011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,78); }

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

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

 a { background-color: rgb(60,57,78); }

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

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

 span { border-color: rgb(60,57,78); }

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