#3D3160

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

Shades of Jacarta #3D3160

Tints of Jacarta #3D3160

Color information

#3D3160 (or 0x3D3160) is unknown color: approx Jacarta. HEX triplet: 3D, 31 and 60. RGB value is (61,49,96). Sum of RGB (Red+Green+Blue) = 61+49+96=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D3160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3160 is #C2CE9F. Grayscale: #393939. Windows color (decimal): -12766880 or 6304061. OLE color: 6304061.

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

Color convert

RGB614996-
CMYK0.360.4900.62
HSL255.32º32.41%28.43%-
HSV(B)255.32º48.96%37.65%-
XYZ5.134.0311.57-
YUV57.95149.48130.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.61%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=29.61%
G=23.79%
B=46.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6149960.360.4900.62255.3232.4128.43
Hex3D3160243103Eff201c
Octal756114044610763774034
Binary111101110001110000010010011000101111101111111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,49,96); }

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

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

 a { background-color: rgb(61,49,96); }

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

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

 span { border-color: rgb(61,49,96); }

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