#3E345F

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

Shades of Jacarta #3E345F

Tints of Jacarta #3E345F

Color information

#3E345F (or 0x3E345F) is unknown color: approx Jacarta. HEX triplet: 3E, 34 and 5F. RGB value is (62,52,95). Sum of RGB (Red+Green+Blue) = 62+52+95=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E345F is #C1CBA0. Grayscale: #3B3B3B. Windows color (decimal): -12700577 or 6239294. OLE color: 6239294.

HSL color Cylindrical-coordinate representation of color #3E345F: hue angle of 253.95º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E345F is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB625295-
CMYK0.350.4500.63
HSL253.95º29.25%28.82%-
HSV(B)253.95º45.26%37.25%-
XYZ5.284.3111.38-
YUV59.89147.81129.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=29.67%
G=24.88%
B=45.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6252950.350.4500.63253.9529.2528.82
Hex3E345F232D03Ffe1d1d
Octal766413743550773763535
Binary11111011010010111111000111011010111111111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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