#3C304A

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

Shades of Jagger #3C304A

Tints of Jagger #3C304A

Color information

#3C304A (or 0x3C304A) is unknown color: approx Jagger. HEX triplet: 3C, 30 and 4A. RGB value is (60,48,74). Sum of RGB (Red+Green+Blue) = 60+48+74=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C304A is #C3CFB5. Grayscale: #363636. Windows color (decimal): -12832694 or 4862012. OLE color: 4862012.

HSL color Cylindrical-coordinate representation of color #3C304A: hue angle of 267.69º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C304A is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB604874-
CMYK0.190.3500.71
HSL267.69º21.31%23.92%-
HSV(B)267.69º35.14%29.02%-
XYZ4.163.576.95-
YUV54.55138.98131.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=32.97%
G=26.37%
B=40.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6048740.190.3500.71267.6921.3123.92
Hex3C304A132304710c1518
Octal7460112234301074142530
Binary111100110000100101010011100011010001111000011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,74); }

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

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

 a { background-color: rgb(60,48,74); }

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

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

 span { border-color: rgb(60,48,74); }

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