#3D3857

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

Shades of Jacarta #3D3857

Tints of Jacarta #3D3857

Color information

#3D3857 (or 0x3D3857) is unknown color: approx Jacarta. HEX triplet: 3D, 38 and 57. RGB value is (61,56,87). Sum of RGB (Red+Green+Blue) = 61+56+87=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D3857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3857 is #C2C7A8. Grayscale: #3C3C3C. Windows color (decimal): -12765097 or 5716029. OLE color: 5716029.

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

Color convert

RGB615687-
CMYK0.300.3600.66
HSL249.68º21.68%28.04%-
HSV(B)249.68º35.63%34.12%-
XYZ5.064.519.62-
YUV61.03142.66127.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=29.90%
G=27.45%
B=42.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6156870.300.3600.66249.6821.6828.04
Hex3D38571E24042fa161c
Octal7570127364401023722634
Binary11110111100010101111111010010001000010111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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