#3A3061

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

Shades of Jacarta #3A3061

Tints of Jacarta #3A3061

Color information

#3A3061 (or 0x3A3061) is unknown color: approx Jacarta. HEX triplet: 3A, 30 and 61. RGB value is (58,48,97). Sum of RGB (Red+Green+Blue) = 58+48+97=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3061 is #C5CF9E. Grayscale: #383838. Windows color (decimal): -12963743 or 6369338. OLE color: 6369338.

HSL color Cylindrical-coordinate representation of color #3A3061: hue angle of 252.24º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A3061 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB584897-
CMYK0.400.5100.62
HSL252.24º33.79%28.43%-
HSV(B)252.24º50.52%38.04%-
XYZ4.963.8811.8-
YUV56.58150.81129.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=28.57%
G=23.65%
B=47.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5848970.400.5100.62252.2433.7928.43
Hex3A3061283303Efc221c
Octal726014150630763744234
Binary111010110000110000110100011001101111101111110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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