#3A345B

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

Shades of Jacarta #3A345B

Tints of Jacarta #3A345B

Color information

#3A345B (or 0x3A345B) is unknown color: approx Jacarta. HEX triplet: 3A, 34 and 5B. RGB value is (58,52,91). Sum of RGB (Red+Green+Blue) = 58+52+91=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A345B is #C5CBA4. Grayscale: #3A3A3A. Windows color (decimal): -12962725 or 5977146. OLE color: 5977146.

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

Color convert

RGB585291-
CMYK0.360.4300.64
HSL249.23º27.27%28.04%-
HSV(B)249.23º42.86%35.69%-
XYZ4.864.1110.43-
YUV58.24146.49127.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.86%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=28.86%
G=25.87%
B=45.27%

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
Decimal5852910.360.4300.64249.2327.2728.04
Hex3A345B242B040f91b1c
Octal7264133445301003713334
Binary111010110100101101110010010101101000000111110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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