#3E244C

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

Shades of Jagger #3E244C

Tints of Jagger #3E244C

Color information

#3E244C (or 0x3E244C) is unknown color: approx Jagger. HEX triplet: 3E, 24 and 4C. RGB value is (62,36,76). Sum of RGB (Red+Green+Blue) = 62+36+76=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E244C is #C1DBB3. Grayscale: #303030. Windows color (decimal): -12704692 or 4990014. OLE color: 4990014.

HSL color Cylindrical-coordinate representation of color #3E244C: hue angle of 279º 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 #3E244C is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB623676-
CMYK0.180.5300.70
HSL279º35.71%21.96%-
HSV(B)279º52.63%29.8%-
XYZ3.922.817.17-
YUV48.33143.61137.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=35.63%
G=20.69%
B=43.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6236760.180.5300.7027935.7121.96
Hex3E244C12350461172416
Octal7644114226501064274426
Binary1111101001001001100100101101010100011010001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,36,76); }

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

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

 a { background-color: rgb(62,36,76); }

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

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

 span { border-color: rgb(62,36,76); }

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