#3E3455

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

Shades of Jacarta #3E3455

Tints of Jacarta #3E3455

Color information

#3E3455 (or 0x3E3455) is unknown color: approx Jacarta. HEX triplet: 3E, 34 and 55. RGB value is (62,52,85). Sum of RGB (Red+Green+Blue) = 62+52+85=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E3455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3455 is #C1CBAA. Grayscale: #3A3A3A. Windows color (decimal): -12700587 or 5583934. OLE color: 5583934.

HSL color Cylindrical-coordinate representation of color #3E3455: hue angle of 258.18º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E3455 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB625285-
CMYK0.270.3900.67
HSL258.18º24.09%26.86%-
HSV(B)258.18º38.82%33.33%-
XYZ4.854.149.14-
YUV58.75142.81130.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.16%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=31.16%
G=26.13%
B=42.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6252850.270.3900.67258.1824.0926.86
Hex3E34551B27043102181b
Octal7664125334701034023033
Binary111110110100101010111011100111010000111000000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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