Html Css Color HEX #3E3555 Jacarta

📋 copy color: '#3E3555'

red 62 ◦ green 53 ◦ blue 85

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

Shades of Jacarta #3E3555

Tints of Jacarta #3E3555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.5%

R = 31%
G = 26.5%
B = 42.5%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E3555 (or 0x3E3555) is known color: Jacarta. HEX triplet: 3E, 35 and 55. RGB value is (62,53,85). Sum of RGB (Red+Green+Blue) = 62+53+85=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E3555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3555 is #C1CAAA. Grayscale: #3B3B3B. Windows color (decimal): -12700331 or 5584190. OLE color: 5584190.

HSL color Cylindrical-coordinate representation of color #3E3555: hue angle of 256.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E3555 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 53 85 -
CMYK 0.27 0.38 0 0.67
HSL 256.88º 0.23% 0.27% -
HSV(B) 256.88º 0.38% 0.33% -
XYZ 4.9 4.23 9.15 -
YUV 59.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 62 53 85 0.27 0.38 0 0.67 256.88 0.23 0.27
Hex 3E 35 55 1B 26 0 43 101 17 1B
Octal 76 65 125 33 46 0 103 401 27 33
Binary 111110 110101 1010101 11011 100110 0 1000011 100000001 10111 11011

Color Harmonies of #3E3555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3555

Black with #3E3555

Text Example


Text Example

White with #3E3555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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