#3D3754

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

Shades of Jacarta #3D3754

Tints of Jacarta #3D3754

Color information

#3D3754 (or 0x3D3754) is unknown color: approx Jacarta. HEX triplet: 3D, 37 and 54. RGB value is (61,55,84). Sum of RGB (Red+Green+Blue) = 61+55+84=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D3754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3754 is #C2C8AB. Grayscale: #3B3B3B. Windows color (decimal): -12765356 or 5519165. OLE color: 5519165.

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

Color convert

RGB615584-
CMYK0.270.3500.67
HSL252.41º20.86%27.25%-
HSV(B)252.41º34.52%32.94%-
XYZ4.894.368.97-
YUV60.1141.49128.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.5%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 84 (33.20% from 255) = 42%
R=30.5%
G=27.5%
B=42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6155840.270.3500.67252.4120.8627.25
Hex3D37541B23043fc151b
Octal7567124334301033742533
Binary11110111011110101001101110001101000011111111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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