Html Css Color HEX #3E3760 Jacarta

📋 copy color: '#3E3760'

red 62 ◦ green 55 ◦ blue 96

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

Shades of Jacarta #3E3760

Tints of Jacarta #3E3760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 29.11%
G = 25.82%
B = 45.07%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E3760 (or 0x3E3760) is known color: Jacarta. HEX triplet: 3E, 37 and 60. RGB value is (62,55,96). Sum of RGB (Red+Green+Blue) = 62+55+96=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E3760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3760 is #C1C89F. Grayscale: #3D3D3D. Windows color (decimal): -12699808 or 6305598. OLE color: 6305598.

HSL color Cylindrical-coordinate representation of color #3E3760: hue angle of 250.24º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E3760 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 62 55 96 -
CMYK 0.35 0.43 0 0.62
HSL 250.24º 0.27% 0.3% -
HSV(B) 250.24º 0.43% 0.38% -
XYZ 5.46 4.6 11.67 -
YUV 61.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 62 55 96 0.35 0.43 0 0.62 250.24 0.27 0.3
Hex 3E 37 60 23 2B 0 3E FA 1B 1E
Octal 76 67 140 43 53 0 76 372 33 36
Binary 111110 110111 1100000 100011 101011 0 111110 11111010 11011 11110

Color Harmonies of #3E3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3760

Black with #3E3760

Text Example


Text Example

White with #3E3760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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