#3D3858

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

Shades of Jacarta #3D3858

Tints of Jacarta #3D3858

Color information

#3D3858 (or 0x3D3858) is unknown color: approx Jacarta. HEX triplet: 3D, 38 and 58. RGB value is (61,56,88). Sum of RGB (Red+Green+Blue) = 61+56+88=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D3858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3858 is #C2C7A7. Grayscale: #3D3D3D. Windows color (decimal): -12765096 or 5781565. OLE color: 5781565.

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

Color convert

RGB615688-
CMYK0.310.3600.65
HSL249.38º22.22%28.24%-
HSV(B)249.38º36.36%34.51%-
XYZ5.14.539.84-
YUV61.14143.16127.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.76%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=29.76%
G=27.32%
B=42.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6156880.310.3600.65249.3822.2228.24
Hex3D38581F24041f9161c
Octal7570130374401013712634
Binary11110111100010110001111110010001000001111110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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