Html Css Color HEX #3E3458 Jacarta

📋 copy color: '#3E3458'

red 62 ◦ green 52 ◦ blue 88

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

Shades of Jacarta #3E3458

Tints of Jacarta #3E3458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.56%

R = 30.69%
G = 25.74%
B = 43.56%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E3458 (or 0x3E3458) is known color: Jacarta. HEX triplet: 3E, 34 and 58. RGB value is (62,52,88). Sum of RGB (Red+Green+Blue) = 62+52+88=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E3458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3458 is #C1CBA7. Grayscale: #3A3A3A. Windows color (decimal): -12700584 or 5780542. OLE color: 5780542.

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

Color convert

RGB 62 52 88 -
CMYK 0.30 0.41 0 0.65
HSL 256.67º 0.26% 0.27% -
HSV(B) 256.67º 0.41% 0.35% -
XYZ 4.98 4.18 9.78 -
YUV 59.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 62 52 88 0.30 0.41 0 0.65 256.67 0.26 0.27
Hex 3E 34 58 1E 29 0 41 101 1A 1B
Octal 76 64 130 36 51 0 101 401 32 33
Binary 111110 110100 1011000 11110 101001 0 1000001 100000001 11010 11011

Color Harmonies of #3E3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3458

Black with #3E3458

Text Example


Text Example

White with #3E3458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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