#3D3557

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

Shades of Jacarta #3D3557

Tints of Jacarta #3D3557

Color information

#3D3557 (or 0x3D3557) is unknown color: approx Jacarta. HEX triplet: 3D, 35 and 57. RGB value is (61,53,87). Sum of RGB (Red+Green+Blue) = 61+53+87=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D3557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3557 is #C2CAA8. Grayscale: #3B3B3B. Windows color (decimal): -12765865 or 5715261. OLE color: 5715261.

HSL color Cylindrical-coordinate representation of color #3D3557: hue angle of 254.12º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D3557 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB615387-
CMYK0.300.3900.66
HSL254.12º24.29%27.45%-
HSV(B)254.12º39.08%34.12%-
XYZ4.924.239.57-
YUV59.27143.65129.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=30.35%
G=26.37%
B=43.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6153870.300.3900.66254.1224.2927.45
Hex3D35571E27042fe181b
Octal7565127364701023763033
Binary11110111010110101111111010011101000010111111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,53,87); }

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

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

 a { background-color: rgb(61,53,87); }

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

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

 span { border-color: rgb(61,53,87); }

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