#3B365D

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

Shades of Jacarta #3B365D

Tints of Jacarta #3B365D

Color information

#3B365D (or 0x3B365D) is unknown color: approx Jacarta. HEX triplet: 3B, 36 and 5D. RGB value is (59,54,93). Sum of RGB (Red+Green+Blue) = 59+54+93=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B365D is #C4C9A2. Grayscale: #3B3B3B. Windows color (decimal): -12896675 or 6108731. OLE color: 6108731.

HSL color Cylindrical-coordinate representation of color #3B365D: hue angle of 247.69º 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 #3B365D is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB595493-
CMYK0.370.4200.64
HSL247.69º26.53%28.82%-
HSV(B)247.69º41.94%36.47%-
XYZ5.14.3610.93-
YUV59.94146.66127.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.64%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=28.64%
G=26.21%
B=45.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5954930.370.4200.64247.6926.5328.82
Hex3B365D252A040f81b1d
Octal7366135455201003703335
Binary111011110110101110110010110101001000000111110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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