Html Css Color HEX #3E2F60 Jacarta

📋 copy color: '#3E2F60'

red 62 ◦ green 47 ◦ blue 96

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

Shades of Jacarta #3E2F60

Tints of Jacarta #3E2F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.93%

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

R = 30.24%
G = 22.93%
B = 46.83%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E2F60 (or 0x3E2F60) is known color: Jacarta. HEX triplet: 3E, 2F and 60. RGB value is (62,47,96). Sum of RGB (Red+Green+Blue) = 62+47+96=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E2F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2F60 is #C1D09F. Grayscale: #383838. Windows color (decimal): -12701856 or 6303550. OLE color: 6303550.

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

Color convert

RGB 62 47 96 -
CMYK 0.35 0.51 0 0.62
HSL 258.37º 0.34% 0.28% -
HSV(B) 258.37º 0.51% 0.38% -
XYZ 5.11 3.9 11.55 -
YUV 57.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 62 47 96 0.35 0.51 0 0.62 258.37 0.34 0.28
Hex 3E 2F 60 23 33 0 3E 102 22 1C
Octal 76 57 140 43 63 0 76 402 42 34
Binary 111110 101111 1100000 100011 110011 0 111110 100000010 100010 11100

Color Harmonies of #3E2F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2F60

Black with #3E2F60

Text Example


Text Example

White with #3E2F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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