#3E234F

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

Shades of Jagger #3E234F

Tints of Jagger #3E234F

Color information

#3E234F (or 0x3E234F) is unknown color: approx Jagger. HEX triplet: 3E, 23 and 4F. RGB value is (62,35,79). Sum of RGB (Red+Green+Blue) = 62+35+79=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E234F is #C1DCB0. Grayscale: #2F2F2F. Windows color (decimal): -12704945 or 5186366. OLE color: 5186366.

HSL color Cylindrical-coordinate representation of color #3E234F: hue angle of 276.82º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E234F is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB623579-
CMYK0.220.5600.69
HSL276.82º38.6%22.35%-
HSV(B)276.82º55.7%30.98%-
XYZ42.797.73-
YUV48.09145.45137.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=35.23%
G=19.89%
B=44.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6235790.220.5600.69276.8238.622.35
Hex3E234F16380451152716
Octal7643117267001054254726
Binary1111101000111001111101101110000100010110001010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,35,79); }

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

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

 a { background-color: rgb(62,35,79); }

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

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

 span { border-color: rgb(62,35,79); }

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