Html Css Color HEX #3E345F Jacarta

📋 copy color: '#3E345F'

red 62 ◦ green 52 ◦ blue 95

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

Shades of Jacarta #3E345F

Tints of Jacarta #3E345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.45%

R = 29.67%
G = 24.88%
B = 45.45%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3E345F (or 0x3E345F) is known color: Jacarta. HEX triplet: 3E, 34 and 5F. RGB value is (62,52,95). Sum of RGB (Red+Green+Blue) = 62+52+95=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E345F is #C1CBA0. Grayscale: #3B3B3B. Windows color (decimal): -12700577 or 6239294. OLE color: 6239294.

HSL color Cylindrical-coordinate representation of color #3E345F: hue angle of 253.95º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E345F is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 62 52 95 -
CMYK 0.35 0.45 0 0.63
HSL 253.95º 0.29% 0.29% -
HSV(B) 253.95º 0.45% 0.37% -
XYZ 5.28 4.31 11.38 -
YUV 59.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 62 52 95 0.35 0.45 0 0.63 253.95 0.29 0.29
Hex 3E 34 5F 23 2D 0 3F FE 1D 1D
Octal 76 64 137 43 55 0 77 376 35 35
Binary 111110 110100 1011111 100011 101101 0 111111 11111110 11101 11101

Color Harmonies of #3E345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E345F

Black with #3E345F

Text Example


Text Example

White with #3E345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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