#3D3554

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

Shades of Jacarta #3D3554

Tints of Jacarta #3D3554

Color information

#3D3554 (or 0x3D3554) is unknown color: approx Jacarta. HEX triplet: 3D, 35 and 54. RGB value is (61,53,84). Sum of RGB (Red+Green+Blue) = 61+53+84=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D3554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3554 is #C2CAAB. Grayscale: #3A3A3A. Windows color (decimal): -12765868 or 5518653. OLE color: 5518653.

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

Color convert

RGB615384-
CMYK0.270.3700.67
HSL255.48º22.63%26.86%-
HSV(B)255.48º36.9%32.94%-
XYZ4.84.188.94-
YUV58.93142.15129.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.81%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=30.81%
G=26.77%
B=42.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6153840.270.3700.67255.4822.6326.86
Hex3D35541B25043ff171b
Octal7565124334501033772733
Binary11110111010110101001101110010101000011111111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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