#3B3559

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

Shades of Jacarta #3B3559

Tints of Jacarta #3B3559

Color information

#3B3559 (or 0x3B3559) is unknown color: approx Jacarta. HEX triplet: 3B, 35 and 59. RGB value is (59,53,89). Sum of RGB (Red+Green+Blue) = 59+53+89=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B3559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3559 is #C4CAA6. Grayscale: #3A3A3A. Windows color (decimal): -12896935 or 5846331. OLE color: 5846331.

HSL color Cylindrical-coordinate representation of color #3B3559: hue angle of 250º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B3559 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB595389-
CMYK0.340.4000.65
HSL250º25.35%27.84%-
HSV(B)250º40.45%34.9%-
XYZ4.884.210-
YUV58.9144.99128.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.35%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=29.35%
G=26.37%
B=44.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5953890.340.4000.6525025.3527.84
Hex3B35592228041fa191c
Octal7365131425001013723134
Binary111011110101101100110001010100001000001111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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