#3E3261

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

Shades of Jacarta #3E3261

Tints of Jacarta #3E3261

Color information

#3E3261 (or 0x3E3261) is unknown color: approx Jacarta. HEX triplet: 3E, 32 and 61. RGB value is (62,50,97). Sum of RGB (Red+Green+Blue) = 62+50+97=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3261 is #C1CD9E. Grayscale: #3A3A3A. Windows color (decimal): -12701087 or 6369854. OLE color: 6369854.

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

Color convert

RGB625097-
CMYK0.360.4800.62
HSL255.32º31.97%28.82%-
HSV(B)255.32º48.45%38.04%-
XYZ5.284.1711.84-
YUV58.95149.48130.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=29.67%
G=23.92%
B=46.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6250970.360.4800.62255.3231.9728.82
Hex3E3261243003Eff201d
Octal766214144600763774035
Binary111110110010110000110010011000001111101111111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E3261;
 }
 .AnyTagClassName
 {
   color: #3E3261;
 }
</style>
background-color css

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

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

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

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

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

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