#3B345B

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

Shades of Jacarta #3B345B

Tints of Jacarta #3B345B

Color information

#3B345B (or 0x3B345B) is unknown color: approx Jacarta. HEX triplet: 3B, 34 and 5B. RGB value is (59,52,91). Sum of RGB (Red+Green+Blue) = 59+52+91=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B345B is #C4CBA4. Grayscale: #3A3A3A. Windows color (decimal): -12897189 or 5977147. OLE color: 5977147.

HSL color Cylindrical-coordinate representation of color #3B345B: hue angle of 250.77º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B345B is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB595291-
CMYK0.350.4300.64
HSL250.77º27.27%28.04%-
HSV(B)250.77º42.86%35.69%-
XYZ4.924.1410.44-
YUV58.54146.32128.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.21%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=29.21%
G=25.74%
B=45.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5952910.350.4300.64250.7727.2728.04
Hex3B345B232B040fb1b1c
Octal7364133435301003733334
Binary111011110100101101110001110101101000000111110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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