#3B3357

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

Shades of Jacarta #3B3357

Tints of Jacarta #3B3357

Color information

#3B3357 (or 0x3B3357) is unknown color: approx Jacarta. HEX triplet: 3B, 33 and 57. RGB value is (59,51,87). Sum of RGB (Red+Green+Blue) = 59+51+87=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B3357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3357 is #C4CCA8. Grayscale: #393939. Windows color (decimal): -12897449 or 5714747. OLE color: 5714747.

HSL color Cylindrical-coordinate representation of color #3B3357: hue angle of 253.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B3357 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB595187-
CMYK0.320.4100.66
HSL253.33º26.09%27.06%-
HSV(B)253.33º41.38%34.12%-
XYZ4.713.999.54-
YUV57.5144.65129.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=29.95%
G=25.89%
B=44.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5951870.320.4100.66253.3326.0927.06
Hex3B33572029042fd1a1b
Octal7363127405101023753233
Binary111011110011101011110000010100101000010111111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,51,87); }

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

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

 a { background-color: rgb(59,51,87); }

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

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

 span { border-color: rgb(59,51,87); }

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