Html Css Color HEX #3E385C Jacarta

📋 copy color: '#3E385C'

red 62 ◦ green 56 ◦ blue 92

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

Shades of Jacarta #3E385C

Tints of Jacarta #3E385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 29.52%
G = 26.67%
B = 43.81%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E385C (or 0x3E385C) is known color: Jacarta. HEX triplet: 3E, 38 and 5C. RGB value is (62,56,92). Sum of RGB (Red+Green+Blue) = 62+56+92=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E385C is #C1C7A3. Grayscale: #3D3D3D. Windows color (decimal): -12699556 or 6043710. OLE color: 6043710.

HSL color Cylindrical-coordinate representation of color #3E385C: hue angle of 250º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E385C is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 56 92 -
CMYK 0.33 0.39 0 0.64
HSL 250º 0.24% 0.29% -
HSV(B) 250º 0.39% 0.36% -
XYZ 5.33 4.63 10.74 -
YUV 61.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 62 56 92 0.33 0.39 0 0.64 250 0.24 0.29
Hex 3E 38 5C 21 27 0 40 FA 18 1D
Octal 76 70 134 41 47 0 100 372 30 35
Binary 111110 111000 1011100 100001 100111 0 1000000 11111010 11000 11101

Color Harmonies of #3E385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E385C

Black with #3E385C

Text Example


Text Example

White with #3E385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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