Html Css Color HEX #3E3062 Jacarta

📋 copy color: '#3E3062'

red 62 ◦ green 48 ◦ blue 98

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

Shades of Jacarta #3E3062

Tints of Jacarta #3E3062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.12%

R = 29.81%
G = 23.08%
B = 47.12%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E3062 (or 0x3E3062) is known color: Jacarta. HEX triplet: 3E, 30 and 62. RGB value is (62,48,98). Sum of RGB (Red+Green+Blue) = 62+48+98=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #3E3062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3062 is #C1CF9D. Grayscale: #393939. Windows color (decimal): -12701598 or 6434878. OLE color: 6434878.

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

Color convert

RGB 62 48 98 -
CMYK 0.37 0.51 0 0.62
HSL 256.8º 0.34% 0.29% -
HSV(B) 256.8º 0.51% 0.38% -
XYZ 5.25 4.02 12.05 -
YUV 57.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 62 48 98 0.37 0.51 0 0.62 256.8 0.34 0.29
Hex 3E 30 62 25 33 0 3E 101 22 1D
Octal 76 60 142 45 63 0 76 401 42 35
Binary 111110 110000 1100010 100101 110011 0 111110 100000001 100010 11101

Color Harmonies of #3E3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3062

Black with #3E3062

Text Example


Text Example

White with #3E3062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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