#3A305B

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

Shades of Jacarta #3A305B

Tints of Jacarta #3A305B

Color information

#3A305B (or 0x3A305B) is unknown color: approx Jacarta. HEX triplet: 3A, 30 and 5B. RGB value is (58,48,91). Sum of RGB (Red+Green+Blue) = 58+48+91=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A305B is #C5CFA4. Grayscale: #373737. Windows color (decimal): -12963749 or 5976122. OLE color: 5976122.

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

Color convert

RGB584891-
CMYK0.360.4700.64
HSL253.95º30.94%27.25%-
HSV(B)253.95º47.25%35.69%-
XYZ4.693.7710.38-
YUV55.89147.81129.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=29.44%
G=24.37%
B=46.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5848910.360.4700.64253.9530.9427.25
Hex3A305B242F040fe1f1b
Octal7260133445701003763733
Binary111010110000101101110010010111101000000111111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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