#3C294A

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

Shades of Jagger #3C294A

Tints of Jagger #3C294A

Color information

#3C294A (or 0x3C294A) is unknown color: approx Jagger. HEX triplet: 3C, 29 and 4A. RGB value is (60,41,74). Sum of RGB (Red+Green+Blue) = 60+41+74=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C294A is #C3D6B5. Grayscale: #323232. Windows color (decimal): -12834486 or 4860220. OLE color: 4860220.

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

Color convert

RGB604174-
CMYK0.190.4500.71
HSL274.55º28.7%22.55%-
HSV(B)274.55º44.59%29.02%-
XYZ3.893.046.86-
YUV50.44141.29134.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=34.29%
G=23.43%
B=42.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6041740.190.4500.71274.5528.722.55
Hex3C294A132D0471131d17
Octal7451112235501074233527
Binary111100101001100101010011101101010001111000100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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