#3c244d

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

Shades of Jagger #3C244D

Tints of Jagger #3C244D

Color information

#3C244D (or 0x3C244D) is unknown color: approx Jagger. HEX triplet: 3C, 24 and 4D. RGB value is (60,36,77). Sum of RGB (Red+Green+Blue) = 60+36+77=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C244D is #C3DBB2. Grayscale: #2F2F2F. Windows color (decimal): -12835763 or 5055548. OLE color: 5055548.

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

Color convert

RGB603677-
CMYK0.220.5300.70
HSL275.12º36.28%22.16%-
HSV(B)275.12º53.25%30.2%-
XYZ3.832.767.35-
YUV47.85144.45136.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=34.68%
G=20.81%
B=44.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6036770.220.5300.70275.1236.2822.16
Hex3C244D16350461132416
Octal7444115266501064234426
Binary1111001001001001101101101101010100011010001001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c244d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,36,77); }

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

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

 a { background-color: rgb(60,36,77); }

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

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

 span { border-color: rgb(60,36,77); }

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