#3A365D

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

Shades of Jacarta #3A365D

Tints of Jacarta #3A365D

Color information

#3A365D (or 0x3A365D) is unknown color: approx Jacarta. HEX triplet: 3A, 36 and 5D. RGB value is (58,54,93). Sum of RGB (Red+Green+Blue) = 58+54+93=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A365D is #C5C9A2. Grayscale: #3B3B3B. Windows color (decimal): -12962211 or 6108730. OLE color: 6108730.

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

Color convert

RGB585493-
CMYK0.380.4200.64
HSL246.15º26.53%28.82%-
HSV(B)246.15º41.94%36.47%-
XYZ5.044.3310.93-
YUV59.64146.83126.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=28.29%
G=26.34%
B=45.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5854930.380.4200.64246.1526.5328.82
Hex3A365D262A040f61b1d
Octal7266135465201003663335
Binary111010110110101110110011010101001000000111101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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