#3B3654

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

Shades of Jacarta #3B3654

Tints of Jacarta #3B3654

Color information

#3B3654 (or 0x3B3654) is unknown color: approx Jacarta. HEX triplet: 3B, 36 and 54. RGB value is (59,54,84). Sum of RGB (Red+Green+Blue) = 59+54+84=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B3654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3654 is #C4C9AB. Grayscale: #3A3A3A. Windows color (decimal): -12896684 or 5518907. OLE color: 5518907.

HSL color Cylindrical-coordinate representation of color #3B3654: hue angle of 250º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B3654 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB595484-
CMYK0.300.3600.67
HSL250º21.74%27.06%-
HSV(B)250º35.71%32.94%-
XYZ4.724.218.95-
YUV58.92142.16128.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=29.95%
G=27.41%
B=42.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5954840.300.3600.6725021.7427.06
Hex3B36541E24043fa161b
Octal7366124364401033722633
Binary11101111011010101001111010010001000011111110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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