Html Css Color HEX #3E345A Jacarta

📋 copy color: '#3E345A'

red 62 ◦ green 52 ◦ blue 90

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

Shades of Jacarta #3E345A

Tints of Jacarta #3E345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.12%

R = 30.39%
G = 25.49%
B = 44.12%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E345A (or 0x3E345A) is known color: Jacarta. HEX triplet: 3E, 34 and 5A. RGB value is (62,52,90). Sum of RGB (Red+Green+Blue) = 62+52+90=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E345A is #C1CBA5. Grayscale: #3B3B3B. Windows color (decimal): -12700582 or 5911614. OLE color: 5911614.

HSL color Cylindrical-coordinate representation of color #3E345A: hue angle of 255.79º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E345A is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 52 90 -
CMYK 0.31 0.42 0 0.65
HSL 255.79º 0.27% 0.28% -
HSV(B) 255.79º 0.42% 0.35% -
XYZ 5.06 4.22 10.22 -
YUV 59.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 62 52 90 0.31 0.42 0 0.65 255.79 0.27 0.28
Hex 3E 34 5A 1F 2A 0 41 100 1B 1C
Octal 76 64 132 37 52 0 101 400 33 34
Binary 111110 110100 1011010 11111 101010 0 1000001 100000000 11011 11100

Color Harmonies of #3E345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E345A

Black with #3E345A

Text Example


Text Example

White with #3E345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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