#3E3162

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

Shades of Jacarta #3E3162

Tints of Jacarta #3E3162

Color information

#3E3162 (or 0x3E3162) is unknown color: approx Jacarta. HEX triplet: 3E, 31 and 62. RGB value is (62,49,98). Sum of RGB (Red+Green+Blue) = 62+49+98=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #3E3162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3162 is #C1CE9D. Grayscale: #3A3A3A. Windows color (decimal): -12701342 or 6435134. OLE color: 6435134.

HSL color Cylindrical-coordinate representation of color #3E3162: hue angle of 255.92º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E3162 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB624998-
CMYK0.370.500.62
HSL255.92º33.33%28.82%-
HSV(B)255.92º50%38.43%-
XYZ5.294.112.07-
YUV58.47150.31130.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=29.67%
G=23.44%
B=46.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6249980.370.500.62255.9233.3328.82
Hex3E3162253203E100211d
Octal766114245620764004135
Binary1111101100011100010100101110010011111010000000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,98); }

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

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

 a { background-color: rgb(62,49,98); }

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

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

 span { border-color: rgb(62,49,98); }

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