Html Css Color HEX #3E3660 Jacarta

📋 copy color: '#3E3660'

red 62 ◦ green 54 ◦ blue 96

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

Shades of Jacarta #3E3660

Tints of Jacarta #3E3660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

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

R = 29.25%
G = 25.47%
B = 45.28%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E3660 (or 0x3E3660) is known color: Jacarta. HEX triplet: 3E, 36 and 60. RGB value is (62,54,96). Sum of RGB (Red+Green+Blue) = 62+54+96=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E3660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3660 is #C1C99F. Grayscale: #3D3D3D. Windows color (decimal): -12700064 or 6305342. OLE color: 6305342.

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

Color convert

RGB 62 54 96 -
CMYK 0.35 0.44 0 0.62
HSL 251.43º 0.28% 0.29% -
HSV(B) 251.43º 0.44% 0.38% -
XYZ 5.42 4.51 11.65 -
YUV 61.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 62 54 96 0.35 0.44 0 0.62 251.43 0.28 0.29
Hex 3E 36 60 23 2C 0 3E FB 1C 1D
Octal 76 66 140 43 54 0 76 373 34 35
Binary 111110 110110 1100000 100011 101100 0 111110 11111011 11100 11101

Color Harmonies of #3E3660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3660

Black with #3E3660

Text Example


Text Example

White with #3E3660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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