Html Css Color HEX #3E355C Jacarta

📋 copy color: '#3E355C'

red 62 ◦ green 53 ◦ blue 92

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

Shades of Jacarta #3E355C

Tints of Jacarta #3E355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 29.95%
G = 25.6%
B = 44.44%

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

#3E355C (or 0x3E355C) is known color: Jacarta. HEX triplet: 3E, 35 and 5C. RGB value is (62,53,92). Sum of RGB (Red+Green+Blue) = 62+53+92=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E355C is #C1CAA3. Grayscale: #3B3B3B. Windows color (decimal): -12700324 or 6042942. OLE color: 6042942.

HSL color Cylindrical-coordinate representation of color #3E355C: hue angle of 253.85º degrees, saturation: 0.27, 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 #3E355C is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 53 92 -
CMYK 0.33 0.42 0 0.64
HSL 253.85º 0.27% 0.28% -
HSV(B) 253.85º 0.42% 0.36% -
XYZ 5.19 4.34 10.69 -
YUV 60.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 62 53 92 0.33 0.42 0 0.64 253.85 0.27 0.28
Hex 3E 35 5C 21 2A 0 40 FE 1B 1C
Octal 76 65 134 41 52 0 100 376 33 34
Binary 111110 110101 1011100 100001 101010 0 1000000 11111110 11011 11100

Color Harmonies of #3E355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E355C

Black with #3E355C

Text Example


Text Example

White with #3E355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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