#3C294C

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

Shades of Jagger #3C294C

Tints of Jagger #3C294C

Color information

#3C294C (or 0x3C294C) is unknown color: approx Jagger. HEX triplet: 3C, 29 and 4C. RGB value is (60,41,76). Sum of RGB (Red+Green+Blue) = 60+41+76=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C294C is #C3D6B3. Grayscale: #323232. Windows color (decimal): -12834484 or 4991292. OLE color: 4991292.

HSL color Cylindrical-coordinate representation of color #3C294C: hue angle of 272.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C294C is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB604176-
CMYK0.210.4600.70
HSL272.57º29.91%22.94%-
HSV(B)272.57º46.05%29.8%-
XYZ3.963.077.22-
YUV50.67142.29134.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.90%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=33.90%
G=23.16%
B=42.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6041760.210.4600.70272.5729.9122.94
Hex3C294C152E0461111e17
Octal7451114255601064213627
Binary111100101001100110010101101110010001101000100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,41,76); }

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

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

 a { background-color: rgb(60,41,76); }

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

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

 span { border-color: rgb(60,41,76); }

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