#3E2B54

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

Shades of Jagger #3E2B54

Tints of Jagger #3E2B54

Color information

#3E2B54 (or 0x3E2B54) is unknown color: approx Jagger. HEX triplet: 3E, 2B and 54. RGB value is (62,43,84). Sum of RGB (Red+Green+Blue) = 62+43+84=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E2B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2B54 is #C1D4AB. Grayscale: #353535. Windows color (decimal): -12702892 or 5516094. OLE color: 5516094.

HSL color Cylindrical-coordinate representation of color #3E2B54: hue angle of 267.8º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E2B54 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB624384-
CMYK0.260.4900.67
HSL267.8º32.28%24.9%-
HSV(B)267.8º48.81%32.94%-
XYZ4.453.398.81-
YUV53.36145.29134.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.80%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 84 (33.20% from 255) = 44.44%
R=32.80%
G=22.75%
B=44.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6243840.260.4900.67267.832.2824.9
Hex3E2B541A3104310c2019
Octal7653124326101034144031
Binary1111101010111010100110101100010100001110000110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,43,84); }

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

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

 a { background-color: rgb(62,43,84); }

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

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

 span { border-color: rgb(62,43,84); }

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