Html Css Color HEX #3E355B Jacarta

📋 copy color: '#3E355B'

red 62 ◦ green 53 ◦ blue 91

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

Shades of Jacarta #3E355B

Tints of Jacarta #3E355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.17%

R = 30.1%
G = 25.73%
B = 44.17%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E355B (or 0x3E355B) is known color: Jacarta. HEX triplet: 3E, 35 and 5B. RGB value is (62,53,91). Sum of RGB (Red+Green+Blue) = 62+53+91=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E355B is #C1CAA4. Grayscale: #3B3B3B. Windows color (decimal): -12700325 or 5977406. OLE color: 5977406.

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

Color convert

RGB 62 53 91 -
CMYK 0.32 0.42 0 0.64
HSL 254.21º 0.26% 0.28% -
HSV(B) 254.21º 0.42% 0.36% -
XYZ 5.15 4.33 10.46 -
YUV 60.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 62 53 91 0.32 0.42 0 0.64 254.21 0.26 0.28
Hex 3E 35 5B 20 2A 0 40 FE 1A 1C
Octal 76 65 133 40 52 0 100 376 32 34
Binary 111110 110101 1011011 100000 101010 0 1000000 11111110 11010 11100

Color Harmonies of #3E355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E355B

Black with #3E355B

Text Example


Text Example

White with #3E355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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