Html Css Color HEX #3E3262 Jacarta

📋 copy color: '#3E3262'

red 62 ◦ green 50 ◦ blue 98

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

Shades of Jacarta #3E3262

Tints of Jacarta #3E3262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

 BLUE value IS 98 (38.67% from 255) = 46.67%

R = 29.52%
G = 23.81%
B = 46.67%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E3262 (or 0x3E3262) is known color: Jacarta. HEX triplet: 3E, 32 and 62. RGB value is (62,50,98). Sum of RGB (Red+Green+Blue) = 62+50+98=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #3E3262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3262 is #C1CD9D. Grayscale: #3A3A3A. Windows color (decimal): -12701086 or 6435390. OLE color: 6435390.

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

Color convert

RGB 62 50 98 -
CMYK 0.37 0.49 0 0.62
HSL 255º 0.32% 0.29% -
HSV(B) 255º 0.49% 0.38% -
XYZ 5.33 4.19 12.08 -
YUV 59.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 62 50 98 0.37 0.49 0 0.62 255 0.32 0.29
Hex 3E 32 62 25 31 0 3E FF 20 1D
Octal 76 62 142 45 61 0 76 377 40 35
Binary 111110 110010 1100010 100101 110001 0 111110 11111111 100000 11101

Color Harmonies of #3E3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3262

Black with #3E3262

Text Example


Text Example

White with #3E3262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,50,98); }

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

background-color css

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

 a { background-color: rgb(62,50,98); }

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

border-color css

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

 span { border-color: rgb(62,50,98); }

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