#3B345C

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

Shades of Jacarta #3B345C

Tints of Jacarta #3B345C

Color information

#3B345C (or 0x3B345C) is unknown color: approx Jacarta. HEX triplet: 3B, 34 and 5C. RGB value is (59,52,92). Sum of RGB (Red+Green+Blue) = 59+52+92=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B345C is #C4CBA3. Grayscale: #3A3A3A. Windows color (decimal): -12897188 or 6042683. OLE color: 6042683.

HSL color Cylindrical-coordinate representation of color #3B345C: hue angle of 250.5º degrees, saturation: 0.28, 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 #3B345C is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB595292-
CMYK0.360.4300.64
HSL250.5º27.78%28.24%-
HSV(B)250.5º43.48%36.08%-
XYZ4.964.1610.67-
YUV58.65146.82128.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=29.06%
G=25.62%
B=45.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5952920.360.4300.64250.527.7828.24
Hex3B345C242B040fa1c1c
Octal7364134445301003723434
Binary111011110100101110010010010101101000000111110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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