Html Css Color HEX #3E355D Jacarta

📋 copy color: '#3E355D'

red 62 ◦ green 53 ◦ blue 93

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

Shades of Jacarta #3E355D

Tints of Jacarta #3E355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

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

R = 29.81%
G = 25.48%
B = 44.71%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E355D (or 0x3E355D) is known color: Jacarta. HEX triplet: 3E, 35 and 5D. RGB value is (62,53,93). Sum of RGB (Red+Green+Blue) = 62+53+93=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E355D is #C1CAA2. Grayscale: #3C3C3C. Windows color (decimal): -12700323 or 6108478. OLE color: 6108478.

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

Color convert

RGB 62 53 93 -
CMYK 0.33 0.43 0 0.64
HSL 253.5º 0.27% 0.29% -
HSV(B) 253.5º 0.43% 0.36% -
XYZ 5.24 4.36 10.92 -
YUV 60.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 62 53 93 0.33 0.43 0 0.64 253.5 0.27 0.29
Hex 3E 35 5D 21 2B 0 40 FE 1B 1D
Octal 76 65 135 41 53 0 100 376 33 35
Binary 111110 110101 1011101 100001 101011 0 1000000 11111110 11011 11101

Color Harmonies of #3E355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E355D

Black with #3E355D

Text Example


Text Example

White with #3E355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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