Html Css Color HEX #3E3461 Jacarta

📋 copy color: '#3E3461'

red 62 ◦ green 52 ◦ blue 97

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

Shades of Jacarta #3E3461

Tints of Jacarta #3E3461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 29.38%
G = 24.64%
B = 45.97%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E3461 (or 0x3E3461) is known color: Jacarta. HEX triplet: 3E, 34 and 61. RGB value is (62,52,97). Sum of RGB (Red+Green+Blue) = 62+52+97=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E3461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3461 is #C1CB9E. Grayscale: #3B3B3B. Windows color (decimal): -12700575 or 6370366. OLE color: 6370366.

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

Color convert

RGB 62 52 97 -
CMYK 0.36 0.46 0 0.62
HSL 253.33º 0.3% 0.29% -
HSV(B) 253.33º 0.46% 0.38% -
XYZ 5.37 4.34 11.86 -
YUV 60.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 62 52 97 0.36 0.46 0 0.62 253.33 0.3 0.29
Hex 3E 34 61 24 2E 0 3E FD 1E 1D
Octal 76 64 141 44 56 0 76 375 36 35
Binary 111110 110100 1100001 100100 101110 0 111110 11111101 11110 11101

Color Harmonies of #3E3461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3461

Black with #3E3461

Text Example


Text Example

White with #3E3461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,52,97); }

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

background-color css

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

 a { background-color: rgb(62,52,97); }

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

border-color css

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

 span { border-color: rgb(62,52,97); }

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