Html Css Color HEX #3E3060 Jacarta

📋 copy color: '#3E3060'

red 62 ◦ green 48 ◦ blue 96

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

Shades of Jacarta #3E3060

Tints of Jacarta #3E3060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

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

R = 30.1%
G = 23.3%
B = 46.6%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E3060 (or 0x3E3060) is known color: Jacarta. HEX triplet: 3E, 30 and 60. RGB value is (62,48,96). Sum of RGB (Red+Green+Blue) = 62+48+96=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E3060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3060 is #C1CF9F. Grayscale: #393939. Windows color (decimal): -12701600 or 6303806. OLE color: 6303806.

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

Color convert

RGB 62 48 96 -
CMYK 0.35 0.50 0 0.62
HSL 257.5º 0.33% 0.28% -
HSV(B) 257.5º 0.5% 0.38% -
XYZ 5.15 3.98 11.56 -
YUV 57.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 62 48 96 0.35 0.50 0 0.62 257.5 0.33 0.28
Hex 3E 30 60 23 32 0 3E 102 21 1C
Octal 76 60 140 43 62 0 76 402 41 34
Binary 111110 110000 1100000 100011 110010 0 111110 100000010 100001 11100

Color Harmonies of #3E3060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3060

Black with #3E3060

Text Example


Text Example

White with #3E3060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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