Html Css Color HEX #3E375B Jacarta

📋 copy color: '#3E375B'

red 62 ◦ green 55 ◦ blue 91

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

Shades of Jacarta #3E375B

Tints of Jacarta #3E375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

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

R = 29.81%
G = 26.44%
B = 43.75%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E375B (or 0x3E375B) is known color: Jacarta. HEX triplet: 3E, 37 and 5B. RGB value is (62,55,91). Sum of RGB (Red+Green+Blue) = 62+55+91=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E375B is #C1C8A4. Grayscale: #3D3D3D. Windows color (decimal): -12699813 or 5977918. OLE color: 5977918.

HSL color Cylindrical-coordinate representation of color #3E375B: hue angle of 251.67º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E375B is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 55 91 -
CMYK 0.32 0.40 0 0.64
HSL 251.67º 0.25% 0.29% -
HSV(B) 251.67º 0.4% 0.36% -
XYZ 5.24 4.51 10.49 -
YUV 61.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 62 55 91 0.32 0.40 0 0.64 251.67 0.25 0.29
Hex 3E 37 5B 20 28 0 40 FC 19 1D
Octal 76 67 133 40 50 0 100 374 31 35
Binary 111110 110111 1011011 100000 101000 0 1000000 11111100 11001 11101

Color Harmonies of #3E375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E375B

Black with #3E375B

Text Example


Text Example

White with #3E375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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