#3D3654

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

Shades of Jacarta #3D3654

Tints of Jacarta #3D3654

Color information

#3D3654 (or 0x3D3654) is unknown color: approx Jacarta. HEX triplet: 3D, 36 and 54. RGB value is (61,54,84). Sum of RGB (Red+Green+Blue) = 61+54+84=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D3654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3654 is #C2C9AB. Grayscale: #3B3B3B. Windows color (decimal): -12765612 or 5518909. OLE color: 5518909.

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

Color convert

RGB615484-
CMYK0.270.3600.67
HSL254º21.74%27.06%-
HSV(B)254º35.71%32.94%-
XYZ4.844.278.96-
YUV59.51141.82129.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.65%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=30.65%
G=27.14%
B=42.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6154840.270.3600.6725421.7427.06
Hex3D36541B24043fe161b
Octal7566124334401033762633
Binary11110111011010101001101110010001000011111111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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