#3E3461

Color #3E3461 Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #3E3461

Tints of Jacarta #3E3461

Color information

#3E3461 (or 0x3E3461) is unknown color: approx 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

RGB625297-
CMYK0.360.4600.62
HSL253.33º30.2%29.22%-
HSV(B)253.33º46.39%38.04%-
XYZ5.374.3411.86-
YUV60.12148.81129.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6252970.360.4600.62253.3330.229.22
Hex3E3461242E03Efd1e1d
Octal766414144560763753635
Binary11111011010011000011001001011100111110111111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>