Html Css Color HEX #3E385A Jacarta

📋 copy color: '#3E385A'

red 62 ◦ green 56 ◦ blue 90

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

Shades of Jacarta #3E385A

Tints of Jacarta #3E385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 29.81%
G = 26.92%
B = 43.27%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E385A (or 0x3E385A) is known color: Jacarta. HEX triplet: 3E, 38 and 5A. RGB value is (62,56,90). Sum of RGB (Red+Green+Blue) = 62+56+90=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E385A is #C1C7A5. Grayscale: #3D3D3D. Windows color (decimal): -12699558 or 5912638. OLE color: 5912638.

HSL color Cylindrical-coordinate representation of color #3E385A: hue angle of 250.59º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E385A is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 56 90 -
CMYK 0.31 0.38 0 0.65
HSL 250.59º 0.23% 0.29% -
HSV(B) 250.59º 0.38% 0.35% -
XYZ 5.25 4.59 10.28 -
YUV 61.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 62 56 90 0.31 0.38 0 0.65 250.59 0.23 0.29
Hex 3E 38 5A 1F 26 0 41 FB 17 1D
Octal 76 70 132 37 46 0 101 373 27 35
Binary 111110 111000 1011010 11111 100110 0 1000001 11111011 10111 11101

Color Harmonies of #3E385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E385A

Black with #3E385A

Text Example


Text Example

White with #3E385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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