#3C254A

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

Shades of Jagger #3C254A

Tints of Jagger #3C254A

Color information

#3C254A (or 0x3C254A) is unknown color: approx Jagger. HEX triplet: 3C, 25 and 4A. RGB value is (60,37,74). Sum of RGB (Red+Green+Blue) = 60+37+74=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C254A is #C3DAB5. Grayscale: #2F2F2F. Windows color (decimal): -12835510 or 4859196. OLE color: 4859196.

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

Color convert

RGB603774-
CMYK0.190.5000.71
HSL277.3º33.33%21.76%-
HSV(B)277.3º50%29.02%-
XYZ3.762.786.82-
YUV48.09142.62136.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=35.09%
G=21.64%
B=43.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6037740.190.5000.71277.333.3321.76
Hex3C254A13320471152116
Octal7445112236201074254126
Binary1111001001011001010100111100100100011110001010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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