#3B3560

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

Shades of Jacarta #3B3560

Tints of Jacarta #3B3560

Color information

#3B3560 (or 0x3B3560) is unknown color: approx Jacarta. HEX triplet: 3B, 35 and 60. RGB value is (59,53,96). Sum of RGB (Red+Green+Blue) = 59+53+96=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B3560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3560 is #C4CA9F. Grayscale: #3B3B3B. Windows color (decimal): -12896928 or 6305083. OLE color: 6305083.

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

Color convert

RGB595396-
CMYK0.390.4500.62
HSL248.37º28.86%29.22%-
HSV(B)248.37º44.79%37.65%-
XYZ5.194.3211.63-
YUV59.7148.49127.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=28.37%
G=25.48%
B=46.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5953960.390.4500.62248.3728.8629.22
Hex3B3560272D03Ef81d1d
Octal736514047550763703535
Binary11101111010111000001001111011010111110111110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,53,96); }

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

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

 a { background-color: rgb(59,53,96); }

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

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

 span { border-color: rgb(59,53,96); }

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