#3C3248

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

Shades of Jagger #3C3248

Tints of Jagger #3C3248

Color information

#3C3248 (or 0x3C3248) is unknown color: approx Jagger. HEX triplet: 3C, 32 and 48. RGB value is (60,50,72). Sum of RGB (Red+Green+Blue) = 60+50+72=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C3248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3248 is #C3CDB7. Grayscale: #373737. Windows color (decimal): -12832184 or 4731452. OLE color: 4731452.

HSL color Cylindrical-coordinate representation of color #3C3248: hue angle of 267.27º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C3248 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB605072-
CMYK0.170.3100.72
HSL267.27º18.03%23.92%-
HSV(B)267.27º30.56%28.24%-
XYZ4.173.716.63-
YUV55.5137.31131.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.97%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=32.97%
G=27.47%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6050720.170.3100.72267.2718.0323.92
Hex3C3248111F04810b1218
Octal7462110213701104132230
Binary11110011001010010001000111111010010001000010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,72); }

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

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

 a { background-color: rgb(60,50,72); }

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

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

 span { border-color: rgb(60,50,72); }

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