#3A305D

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

Shades of Jacarta #3A305D

Tints of Jacarta #3A305D

Color information

#3A305D (or 0x3A305D) is unknown color: approx Jacarta. HEX triplet: 3A, 30 and 5D. RGB value is (58,48,93). Sum of RGB (Red+Green+Blue) = 58+48+93=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A305D is #C5CFA2. Grayscale: #373737. Windows color (decimal): -12963747 or 6107194. OLE color: 6107194.

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

Color convert

RGB584893-
CMYK0.380.4800.64
HSL253.33º31.91%27.65%-
HSV(B)253.33º48.39%36.47%-
XYZ4.783.810.84-
YUV56.12148.81129.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.15%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=29.15%
G=24.12%
B=46.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5848930.380.4800.64253.3331.9127.65
Hex3A305D2630040fd201c
Octal7260135466001003754034
Binary1110101100001011101100110110000010000001111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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