#3B3460

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

Shades of Jacarta #3B3460

Tints of Jacarta #3B3460

Color information

#3B3460 (or 0x3B3460) is unknown color: approx Jacarta. HEX triplet: 3B, 34 and 60. RGB value is (59,52,96). Sum of RGB (Red+Green+Blue) = 59+52+96=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B3460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3460 is #C4CB9F. Grayscale: #3A3A3A. Windows color (decimal): -12897184 or 6304827. OLE color: 6304827.

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

Color convert

RGB595296-
CMYK0.390.4600.62
HSL249.55º29.73%29.02%-
HSV(B)249.55º45.83%37.65%-
XYZ5.144.2311.61-
YUV59.11148.82127.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=28.50%
G=25.12%
B=46.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5952960.390.4600.62249.5529.7329.02
Hex3B3460272E03Efa1e1d
Octal736414047560763723635
Binary11101111010011000001001111011100111110111110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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