Html Css Color HEX #3E385F Jacarta

📋 copy color: '#3E385F'

red 62 ◦ green 56 ◦ blue 95

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

Shades of Jacarta #3E385F

Tints of Jacarta #3E385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.29%

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 29.11%
G = 26.29%
B = 44.6%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3E385F (or 0x3E385F) is known color: Jacarta. HEX triplet: 3E, 38 and 5F. RGB value is (62,56,95). Sum of RGB (Red+Green+Blue) = 62+56+95=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E385F is #C1C7A0. Grayscale: #3E3E3E. Windows color (decimal): -12699553 or 6240318. OLE color: 6240318.

HSL color Cylindrical-coordinate representation of color #3E385F: hue angle of 249.23º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E385F is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 62 56 95 -
CMYK 0.35 0.41 0 0.63
HSL 249.23º 0.26% 0.3% -
HSV(B) 249.23º 0.41% 0.37% -
XYZ 5.47 4.68 11.44 -
YUV 62.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 62 56 95 0.35 0.41 0 0.63 249.23 0.26 0.3
Hex 3E 38 5F 23 29 0 3F F9 1A 1E
Octal 76 70 137 43 51 0 77 371 32 36
Binary 111110 111000 1011111 100011 101001 0 111111 11111001 11010 11110

Color Harmonies of #3E385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E385F

Black with #3E385F

Text Example


Text Example

White with #3E385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,95); }

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

background-color css

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

 a { background-color: rgb(62,56,95); }

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

border-color css

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

 span { border-color: rgb(62,56,95); }

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