#3E365F

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

Shades of Jacarta #3E365F

Tints of Jacarta #3E365F

Color information

#3E365F (or 0x3E365F) is unknown color: approx Jacarta. HEX triplet: 3E, 36 and 5F. RGB value is (62,54,95). Sum of RGB (Red+Green+Blue) = 62+54+95=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E365F is #C1C9A0. Grayscale: #3C3C3C. Windows color (decimal): -12700065 or 6239806. OLE color: 6239806.

HSL color Cylindrical-coordinate representation of color #3E365F: hue angle of 251.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E365F is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB625495-
CMYK0.350.4300.63
HSL251.71º27.52%29.22%-
HSV(B)251.71º43.16%37.25%-
XYZ5.374.4911.41-
YUV61.07147.15128.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=29.38%
G=25.59%
B=45.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6254950.350.4300.63251.7127.5229.22
Hex3E365F232B03Ffc1c1d
Octal766613743530773743435
Binary11111011011010111111000111010110111111111111001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,54,95); }

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

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

 a { background-color: rgb(62,54,95); }

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

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

 span { border-color: rgb(62,54,95); }

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