Html Css Color HEX #3E3355 Jacarta

📋 copy color: '#3E3355'

red 62 ◦ green 51 ◦ blue 85

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

Shades of Jacarta #3E3355

Tints of Jacarta #3E3355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

 BLUE value IS 85 (33.59% from 255) = 42.93%

R = 31.31%
G = 25.76%
B = 42.93%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3E3355 (or 0x3E3355) is known color: Jacarta. HEX triplet: 3E, 33 and 55. RGB value is (62,51,85). Sum of RGB (Red+Green+Blue) = 62+51+85=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E3355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3355 is #C1CCAA. Grayscale: #3A3A3A. Windows color (decimal): -12700843 or 5583678. OLE color: 5583678.

HSL color Cylindrical-coordinate representation of color #3E3355: hue angle of 259.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E3355 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 51 85 -
CMYK 0.27 0.40 0 0.67
HSL 259.41º 0.25% 0.27% -
HSV(B) 259.41º 0.4% 0.33% -
XYZ 4.81 4.05 9.12 -
YUV 58.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 62 51 85 0.27 0.40 0 0.67 259.41 0.25 0.27
Hex 3E 33 55 1B 28 0 43 103 19 1B
Octal 76 63 125 33 50 0 103 403 31 33
Binary 111110 110011 1010101 11011 101000 0 1000011 100000011 11001 11011

Color Harmonies of #3E3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3355

Black with #3E3355

Text Example


Text Example

White with #3E3355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,51,85); }

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

background-color css

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

 a { background-color: rgb(62,51,85); }

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

border-color css

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

 span { border-color: rgb(62,51,85); }

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