#3A305E

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

Shades of Jacarta #3A305E

Tints of Jacarta #3A305E

Color information

#3A305E (or 0x3A305E) is unknown color: approx Jacarta. HEX triplet: 3A, 30 and 5E. RGB value is (58,48,94). Sum of RGB (Red+Green+Blue) = 58+48+94=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A305E is #C5CFA1. Grayscale: #383838. Windows color (decimal): -12963746 or 6172730. OLE color: 6172730.

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

Color convert

RGB584894-
CMYK0.380.4900.63
HSL253.04º32.39%27.84%-
HSV(B)253.04º48.94%36.86%-
XYZ4.823.8211.07-
YUV56.23149.31129.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 94 (37.11% from 255) = 47%
R=29%
G=24%
B=47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5848940.380.4900.63253.0432.3927.84
Hex3A305E263103Ffd201c
Octal726013646610773754034
Binary111010110000101111010011011000101111111111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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