#3A365B

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

Shades of Jacarta #3A365B

Tints of Jacarta #3A365B

Color information

#3A365B (or 0x3A365B) is unknown color: approx Jacarta. HEX triplet: 3A, 36 and 5B. RGB value is (58,54,91). Sum of RGB (Red+Green+Blue) = 58+54+91=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A365B is #C5C9A4. Grayscale: #3B3B3B. Windows color (decimal): -12962213 or 5977658. OLE color: 5977658.

HSL color Cylindrical-coordinate representation of color #3A365B: hue angle of 246.49º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A365B is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB585491-
CMYK0.360.4100.64
HSL246.49º25.52%28.43%-
HSV(B)246.49º40.66%35.69%-
XYZ4.954.2910.47-
YUV59.41145.83126.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=28.57%
G=26.60%
B=44.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5854910.360.4100.64246.4925.5228.43
Hex3A365B2429040f61a1c
Octal7266133445101003663234
Binary111010110110101101110010010100101000000111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,54,91); }

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

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

 a { background-color: rgb(58,54,91); }

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

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

 span { border-color: rgb(58,54,91); }

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