#3D3658

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

Shades of Jacarta #3D3658

Tints of Jacarta #3D3658

Color information

#3D3658 (or 0x3D3658) is unknown color: approx Jacarta. HEX triplet: 3D, 36 and 58. RGB value is (61,54,88). Sum of RGB (Red+Green+Blue) = 61+54+88=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D3658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3658 is #C2C9A7. Grayscale: #3B3B3B. Windows color (decimal): -12765608 or 5781053. OLE color: 5781053.

HSL color Cylindrical-coordinate representation of color #3D3658: hue angle of 252.35º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D3658 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB615488-
CMYK0.310.3900.65
HSL252.35º23.94%27.84%-
HSV(B)252.35º38.64%34.51%-
XYZ5.014.349.81-
YUV59.97143.82128.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=30.05%
G=26.60%
B=43.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6154880.310.3900.65252.3523.9427.84
Hex3D36581F27041fc181c
Octal7566130374701013743034
Binary11110111011010110001111110011101000001111111001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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