#3C194E

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

Shades of Jagger #3C194E

Tints of Jagger #3C194E

Color information

#3C194E (or 0x3C194E) is unknown color: approx Jagger. HEX triplet: 3C, 19 and 4E. RGB value is (60,25,78). Sum of RGB (Red+Green+Blue) = 60+25+78=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C194E is #C3E6B1. Grayscale: #292929. Windows color (decimal): -12838578 or 5118268. OLE color: 5118268.

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

Color convert

RGB602578-
CMYK0.230.6800.69
HSL279.62º51.46%20.2%-
HSV(B)279.62º67.95%30.59%-
XYZ3.592.217.44-
YUV41.51148.6141.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.81%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=36.81%
G=15.34%
B=47.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6025780.230.6800.69279.6251.4620.2
Hex3C194E17440451183314
Octal74311162710401054306324
Binary1111001100110011101011110001000100010110001100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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