#3D3955

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

Shades of Jacarta #3D3955

Tints of Jacarta #3D3955

Color information

#3D3955 (or 0x3D3955) is unknown color: approx Jacarta. HEX triplet: 3D, 39 and 55. RGB value is (61,57,85). Sum of RGB (Red+Green+Blue) = 61+57+85=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D3955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3955 is #C2C6AA. Grayscale: #3D3D3D. Windows color (decimal): -12764843 or 5585213. OLE color: 5585213.

HSL color Cylindrical-coordinate representation of color #3D3955: hue angle of 248.57º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D3955 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB615785-
CMYK0.280.3300.67
HSL248.57º19.72%27.84%-
HSV(B)248.57º32.94%33.33%-
XYZ5.034.579.21-
YUV61.39141.33127.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=30.05%
G=28.08%
B=41.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6157850.280.3300.67248.5719.7227.84
Hex3D39551C21043f9141c
Octal7571125344101033712434
Binary11110111100110101011110010000101000011111110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,85); }

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

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

 a { background-color: rgb(61,57,85); }

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

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

 span { border-color: rgb(61,57,85); }

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