#3A305C

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

Shades of Jacarta #3A305C

Tints of Jacarta #3A305C

Color information

#3A305C (or 0x3A305C) is unknown color: approx Jacarta. HEX triplet: 3A, 30 and 5C. RGB value is (58,48,92). Sum of RGB (Red+Green+Blue) = 58+48+92=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A305C is #C5CFA3. Grayscale: #373737. Windows color (decimal): -12963748 or 6041658. OLE color: 6041658.

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

Color convert

RGB584892-
CMYK0.370.4800.64
HSL253.64º31.43%27.45%-
HSV(B)253.64º47.83%36.08%-
XYZ4.733.7910.61-
YUV56.01148.31129.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=29.29%
G=24.24%
B=46.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5848920.370.4800.64253.6431.4327.45
Hex3A305C2530040fe1f1b
Octal7260134456001003763733
Binary111010110000101110010010111000001000000111111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,48,92); }

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

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

 a { background-color: rgb(58,48,92); }

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

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

 span { border-color: rgb(58,48,92); }

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