Html Css Color HEX #3E365D Jacarta

📋 copy color: '#3E365D'

red 62 ◦ green 54 ◦ blue 93

#3E365D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #3E365D

Tints of Jacarta #3E365D

RGB

 RED value IS 62 (24.61% from 255) = 29.67%

 GREEN value IS 54 (21.48% from 255) = 25.84%

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 29.67%
G = 25.84%
B = 44.5%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E365D (or 0x3E365D) is known color: Jacarta. HEX triplet: 3E, 36 and 5D. RGB value is (62,54,93). Sum of RGB (Red+Green+Blue) = 62+54+93=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E365D is #C1C9A2. Grayscale: #3C3C3C. Windows color (decimal): -12700067 or 6108734. OLE color: 6108734.

HSL color Cylindrical-coordinate representation of color #3E365D: hue angle of 252.31º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E365D is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 54 93 -
CMYK 0.33 0.42 0 0.64
HSL 252.31º 0.27% 0.29% -
HSV(B) 252.31º 0.42% 0.36% -
XYZ 5.28 4.45 10.94 -
YUV 60.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 62 54 93 0.33 0.42 0 0.64 252.31 0.27 0.29
Hex 3E 36 5D 21 2A 0 40 FC 1B 1D
Octal 76 66 135 41 52 0 100 374 33 35
Binary 111110 110110 1011101 100001 101010 0 1000000 11111100 11011 11101

Color Harmonies of #3E365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E365D

Black with #3E365D

Text Example


Text Example

White with #3E365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E365D;
 }
 .AnyTagClassName
 {
   color: #3E365D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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